next12Hours property

Forecast_Data_Next12HoursBuilder get next12Hours
override

Implementation

Forecast_Data_Next12HoursBuilder get next12Hours => _$this._next12Hours ??= Forecast_Data_Next12HoursBuilder();
set next12Hours (covariant Forecast_Data_Next12HoursBuilder? next12Hours)
covariantoverride

Implementation

set next12Hours(covariant Forecast_Data_Next12HoursBuilder? next12Hours) => _$this._next12Hours = next12Hours;