isAfterMinuteMode property

bool isAfterMinuteMode

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

Implementation

bool get isAfterMinuteMode => afterMinutes > 0;