totalSeconds property

double get totalSeconds

Returns the seconds as double

Implementation

double get totalSeconds => inMicroseconds / Duration.microsecondsPerSecond;