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