totalHours property

int get totalHours

Gets the total hours.

Implementation

int get totalHours => totalDays * 24 + hours;