isTimerPaused property

bool get isTimerPaused

Implementation

bool get isTimerPaused => (_timer?.isActive ?? false);