fixed0 property
String
get
fixed0
Returns a string representation of this number with 1 decimal place.
Example: 123.456.fixed0 -> 123.5.
Implementation
String get fixed0 => toStringAsFixed(1);
Returns a string representation of this number with 1 decimal place.
Example: 123.456.fixed0 -> 123.5.
String get fixed0 => toStringAsFixed(1);