toStringAsFixedNoZero method

String toStringAsFixedNoZero(
  1. int n
)

Implementation

String toStringAsFixedNoZero(final int n) =>
    double.parse(toStringAsFixed(n)).toString();