restartHour property

int? get restartHour

Implementation

int? get restartHour => _$this._restartHour;
set restartHour (int? restartHour)

Implementation

set restartHour(int? restartHour) => _$this._restartHour = restartHour;