resetTotalsHour property

int? get resetTotalsHour

Implementation

int? get resetTotalsHour => _$this._resetTotalsHour;
set resetTotalsHour (int? resetTotalsHour)

Implementation

set resetTotalsHour(int? resetTotalsHour) =>
    _$this._resetTotalsHour = resetTotalsHour;