toJson method
Converts an object to JSON.
Implementation
@override
Map<String, dynamic> toJson() {
final returnValue = <String, dynamic>{
"\$hash": "7adc669d",
"\$name": "ContactsGetContactIDs",
"hash": hash,
};
// Finished toJson.
return returnValue;
}