CustomerInfo constructor
CustomerInfo({})
Implementation
CustomerInfo({
this.customerId,
this.partnerName,
this.partnerTypeId,
this.mobileNumber,
this.customerType,
this.status,
this.fullAddress,
this.customerInfoOperator,
});