toEndMillisecondsString method

String toEndMillisecondsString()

以毫秒结尾

Implementation

String toEndMillisecondsString() => toString().removeSuffixLength(3);