milliseconds property
String
get
milliseconds
Implementation
String get milliseconds {
return threeDigits(this.inMilliseconds.remainder(1000));
}
String get milliseconds {
return threeDigits(this.inMilliseconds.remainder(1000));
}