toJson method
Converts an object to JSON.
Implementation
@override
Map<String, dynamic> toJson() {
final returnValue = <String, dynamic>{
'\$hash': '695c9e7c',
'\$name': 'UpdateReadChannelDiscussionOutbox',
'channelId': channelId,
'topMsgId': topMsgId,
'readMaxId': readMaxId,
};
// Finished toJson.
return returnValue;
}