isAfterHourMode property
bool
get
isAfterHourMode
Indicates if the duration is after the specified number of hours.
Implementation
bool get isAfterHourMode => afterHours > 0;
Indicates if the duration is after the specified number of hours.
bool get isAfterHourMode => afterHours > 0;