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