totalSeconds property
double
get
totalSeconds
Returns the seconds as double
Implementation
double get totalSeconds => inMicroseconds / Duration.microsecondsPerSecond;
Returns the seconds as double
double get totalSeconds => inMicroseconds / Duration.microsecondsPerSecond;