to2Dp property Null safety

String to2Dp

Returns double to two decimal places

Implementation

String get to2Dp => toStringAsFixed(2);