next1Hours property

Forecast_Data_Next1HoursBuilder get next1Hours
override

Implementation

Forecast_Data_Next1HoursBuilder get next1Hours => _$this._next1Hours ??= Forecast_Data_Next1HoursBuilder();
set next1Hours (covariant Forecast_Data_Next1HoursBuilder? next1Hours)
covariantoverride

Implementation

set next1Hours(covariant Forecast_Data_Next1HoursBuilder? next1Hours) => _$this._next1Hours = next1Hours;