format method

String format()

Formats this number by rounding to 2 decimal points.

Implementation

String format() => toStringAsFixed(2);