ocs property

Implementation

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

Implementation

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