inSeconds property
Returns the number of whole seconds spanned by this Duration.
The returned value can be greater than 59.
Implementation
int get inSeconds => _duration ~/ Duration.microsecondsPerSecond;
Returns the number of whole seconds spanned by this Duration.
The returned value can be greater than 59.
int get inSeconds => _duration ~/ Duration.microsecondsPerSecond;