milliseconds property

String milliseconds

Get the remaining milliseconds always with three digits.

Implementation

String get milliseconds =>
    fill(duration.inMilliseconds.remainder(1000), count: 3);