instant property

Forecast_Data_InstantBuilder get instant
override

Implementation

Forecast_Data_InstantBuilder get instant => _$this._instant ??= Forecast_Data_InstantBuilder();
set instant (covariant Forecast_Data_InstantBuilder? instant)
covariantoverride

Implementation

set instant(covariant Forecast_Data_InstantBuilder? instant) => _$this._instant = instant;