ocs property

Implementation

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

Implementation

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