ocs property

Implementation

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

Implementation

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