ocs property

Implementation

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

Implementation

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