tenMillisecondsStr property

String get tenMillisecondsStr

Implementation

String get tenMillisecondsStr =>
    (currentTenMilliseconds % 100).floor().toString().padLeft(2, '0');