cleanDouble method

String cleanDouble()

Implementation

String cleanDouble() =>
    this == roundToDouble() ? toInt().toString() : toString();