toSerializable method
Converts this object to a serializable map.
Implementation
@override
Map<String, dynamic> toSerializable() {
return {
'AdyenCryptoVersion': adyenCryptoVersion,
'Hmac': hmac,
'KeyIdentifier': keyIdentifier,
'KeyVersion': keyVersion,
'Nonce': nonce,
};
}