AddCardCustomerDetails constructor
AddCardCustomerDetails({})
Implementation
AddCardCustomerDetails({
required this.mCustomerId,
required this.name,
required this.email,
required this.mobile,
required this.code,
});