toEndSecondsString method

String toEndSecondsString()

以秒结尾

Implementation

String toEndSecondsString() => toString().removeSuffixLength(7);