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