menu
rover_dashboard
data.dart
NumUtils
format method
format
dark_mode
light_mode
description
format
method
String
format
(
)
Formats this number by rounding to 2 decimal points.
Implementation
String format() => toStringAsFixed(2);
rover_dashboard
data
NumUtils
format method
NumUtils extension on double