toJson method
Converts an object to JSON.
Implementation
@override
Map<String, dynamic> toJson() {
final returnValue = <String, dynamic>{
'\$hash': 'f3ed4c73',
'\$name': 'AccountAcceptAuthorization',
'botId': botId,
'scope': scope,
'publicKey': publicKey,
'valueHashes': valueHashes,
'credentials': credentials,
};
// Finished toJson.
return returnValue;
}