ocs property
Implementation
WeatherStatusGetForecastResponseApplicationJson_OcsBuilder get ocs =>
_$this._ocs ??= WeatherStatusGetForecastResponseApplicationJson_OcsBuilder();
set
ocs
(covariant WeatherStatusGetForecastResponseApplicationJson_OcsBuilder? ocs)
covariantoverride
Implementation
set ocs(covariant WeatherStatusGetForecastResponseApplicationJson_OcsBuilder? ocs) => _$this._ocs = ocs;