ocs property

Implementation

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

Implementation

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