fixed00 property

String get fixed00

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

Example: 123.456.fixed00 -> 123.46.

Implementation

String get fixed00 => toStringAsFixed(2);