CustomerSummaryModel constructor Null safety
Implementation
CustomerSummaryModel({
this.loyaltyPoints,
this.loyaltyPointsEnabled,
this.loyaltyProgramName,
this.loyaltyProgramId,
this.wishListCount,
this.ordersThisMonth,
});
CustomerSummaryModel({
this.loyaltyPoints,
this.loyaltyPointsEnabled,
this.loyaltyProgramName,
this.loyaltyProgramId,
this.wishListCount,
this.ordersThisMonth,
});