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