SecurityKey constructor
SecurityKey({})
Creates a new security key.
Implementation
SecurityKey({
required this.adyenCryptoVersion,
required this.keyIdentifier,
required this.keyVersion,
required this.passphrase,
});