secondsOnly property Null safety

num secondsOnly

Seconds remaining after filtering for all minutes elapsed

Implementation

num get secondsOnly => inSeconds.remainder(Duration.secondsPerMinute);