toJson method
Converts an object to JSON.
Implementation
@override
Map<String, dynamic> toJson() {
final returnValue = <String, dynamic>{
'\$hash': '6a0d3206',
'\$name': 'AccountUnregisterDevice',
'tokenType': tokenType,
'token': token,
'otherUids': otherUids,
};
// Finished toJson.
return returnValue;
}