isMinuteMode property
bool
get
isMinuteMode
Indicates if the duration represents minutes.
Implementation
bool get isMinuteMode => minutes > 0;
Indicates if the duration represents minutes.
bool get isMinuteMode => minutes > 0;