inMinutes method

int inMinutes()

Implementation

int inMinutes() => (hour * 60) + minute;