totalMinutes property

int get totalMinutes

Gets the total minutes.

Implementation

int get totalMinutes => totalHours * 60 + minutes;