isTicking property

bool get isTicking

Implementation

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