isAfterHourMode property

bool isAfterHourMode

Indicates if the duration is after the specified number of hours.

Implementation

bool get isAfterHourMode => afterHours > 0;