seconds property
String
get
seconds
Implementation
String get seconds {
return twoDigits(this.inSeconds.remainder(60));
}
String get seconds {
return twoDigits(this.inSeconds.remainder(60));
}