CrossmintCheckoutPhysicalAddress constructor
const
CrossmintCheckoutPhysicalAddress({})
Creates a physical address.
Implementation
const CrossmintCheckoutPhysicalAddress({
required this.name,
required this.line1,
this.line2,
required this.city,
required this.state,
required this.postalCode,
required this.country,
});