absoluteSeconds property
int
get
absoluteSeconds
Returns the number of seconds remaining after accounting for whole minutes.
Implementation
int get absoluteSeconds => inSeconds % Duration.secondsPerMinute;