timer property

int? get timer
override

Implementation

int? get timer => _$this._timer;
set timer (covariant int? timer)
covariantoverride

Implementation

set timer(covariant int? timer) => _$this._timer = timer;