isSecondMode property

bool isSecondMode

Indicates if the duration represents seconds.

Implementation

bool get isSecondMode => seconds > 0;