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