CrossmintCheckoutEmailRecipient constructor
const
CrossmintCheckoutEmailRecipient({
- required String email,
- CrossmintCheckoutPhysicalAddress? physicalAddress,
Creates an email recipient.
Implementation
const CrossmintCheckoutEmailRecipient({
required this.email,
this.physicalAddress,
});