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