SecurityTrailer constructor
SecurityTrailer({})
Creates a new security trailer.
Implementation
SecurityTrailer({
required this.adyenCryptoVersion,
required this.hmac,
required this.keyIdentifier,
required this.keyVersion,
required this.nonce,
});