@protected Timer? get timer => _timer;
@protected set timer(Timer? value) { _timer?.cancel(); _timer = value; }