toEndMinutesString method

String toEndMinutesString()

以分结尾

Implementation

String toEndMinutesString() => toString().removeSuffixLength(10);