totalMinutes property

double get totalMinutes

Returns the minutes as double

Implementation

double get totalMinutes => inMicroseconds / Duration.microsecondsPerMinute;