hasNotEnded property

bool get hasNotEnded

Returns true if the current status is not TimeStatus.ended and false otherwise.

Implementation

bool get hasNotEnded => _status.hasNotEnded;