AddCardBillingDetails constructor
AddCardBillingDetails({})
Implementation
AddCardBillingDetails({
required this.addressLine1,
required this.addressLine2,
required this.city,
required this.province,
required this.country,
required this.pin,
});