isAfterSecondMode property
bool
get
isAfterSecondMode
Indicates if the duration is after the specified number of seconds.
Implementation
bool get isAfterSecondMode => afterSeconds > 0;
Indicates if the duration is after the specified number of seconds.
bool get isAfterSecondMode => afterSeconds > 0;