running property

bool running

reports whether the timecode internal timer is running

Implementation

bool get running => _timer?.isActive ?? false;