toJson method
Converts an object to JSON.
Implementation
@override
Map<String, dynamic> toJson() {
final returnValue = <String, dynamic>{
'\$hash': 'b88cf373',
'\$name': 'BusinessBotRecipients',
'flags': flags,
'existingChats': existingChats,
'newChats': newChats,
'contacts': contacts,
'nonContacts': nonContacts,
'excludeSelected': excludeSelected,
'users': users,
'excludeUsers': excludeUsers,
};
// Finished toJson.
return returnValue;
}