getTotalMinutes property

int get getTotalMinutes

Implementation

int get getTotalMinutes => hour * 60 + minute;