toFormattedString method

String toFormattedString()

Implementation

String toFormattedString() =>
    '${hour < 10 ? 0 : ''}$hour:${minute < 10 ? 0 : ''}$minute';