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