totalMinutes property
double
get
totalMinutes
Gets the total minutes including all larger units.
Implementation
double get totalMinutes {
final totalMs = inMilliseconds;
return totalMs / (1000 * 60);
}