totalMinutes property
int
get
totalMinutes
Gets the total minutes.
Implementation
int get totalMinutes => totalHours * 60 + minutes;
Gets the total minutes.
int get totalMinutes => totalHours * 60 + minutes;