BillingAddressOption constructor
const
BillingAddressOption({})
Implementation
const BillingAddressOption({
required this.id,
required this.name,
required this.label,
required this.addressLine1,
this.addressLine2,
required this.city,
this.province,
required this.country,
required this.pin,
this.phone,
});