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