isSecondMode property
bool
get
isSecondMode
Indicates if the duration represents seconds.
Implementation
bool get isSecondMode => seconds > 0;
Indicates if the duration represents seconds.
bool get isSecondMode => seconds > 0;