CrossmintCheckoutWalletRecipient constructor
const
CrossmintCheckoutWalletRecipient({
- required String walletAddress,
- CrossmintCheckoutPhysicalAddress? physicalAddress,
Creates a wallet recipient.
Implementation
const CrossmintCheckoutWalletRecipient({
required this.walletAddress,
this.physicalAddress,
});