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