toJson method
Converts an object to JSON.
Implementation
@override
Map<String, dynamic> toJson() {
final returnValue = <String, dynamic>{
'\$hash': '4c3e069d',
'\$name': 'AccountAutoSaveSettings',
'usersSettings': usersSettings,
'chatsSettings': chatsSettings,
'broadcastsSettings': broadcastsSettings,
'exceptions': exceptions,
'chats': chats,
'users': users,
};
// Finished toJson.
return returnValue;
}