fixed000 property

String get fixed000

Returns a string representation of this number with 3 decimal places.

Example: 123.4567.fixed000 -> 123.457.

Implementation

String get fixed000 => toStringAsFixed(3);