isPaused property

bool isPaused

Returns whether this countdown is paused.

Implementation

bool get isPaused => _currentSecondsToSubtract == 0;