underMin property

bool get underMin

Whether this timer has under a minute remaining.

Implementation

bool get underMin => timeLeft <= const Duration(minutes: 1);