totalMinutes property
double
get
totalMinutes
Gets the total minutes including all larger units.
Implementation
double get totalMinutes => _signedTotalSecondsApprox / 60;
Gets the total minutes including all larger units.
double get totalMinutes => _signedTotalSecondsApprox / 60;