isAfterMinuteMode property
bool
get
isAfterMinuteMode
Indicates if the duration is after the specified number of minutes.
Implementation
bool get isAfterMinuteMode => afterMinutes > 0;
Indicates if the duration is after the specified number of minutes.
bool get isAfterMinuteMode => afterMinutes > 0;