toJson method
Converts an object to JSON.
Implementation
@override
Map<String, dynamic> toJson() {
final returnValue = <String, dynamic>{
'\$hash': 'c558d8ab',
'\$name': 'PhoneGetGroupParticipants',
'call': call,
'ids': ids,
'sources': sources,
'offset': offset,
'limit': limit,
};
// Finished toJson.
return returnValue;
}