next6Hours property

Forecast_Data_Next6HoursBuilder get next6Hours
override

Implementation

Forecast_Data_Next6HoursBuilder get next6Hours => _$this._next6Hours ??= Forecast_Data_Next6HoursBuilder();
set next6Hours (covariant Forecast_Data_Next6HoursBuilder? next6Hours)
covariantoverride

Implementation

set next6Hours(covariant Forecast_Data_Next6HoursBuilder? next6Hours) => _$this._next6Hours = next6Hours;