secondsStr property

String get secondsStr

Implementation

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