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