CheckouCartSummaryModel constructor Null safety
- {List<
Summary> ? summary, - CouponInfo? couponInfo,
- LoyaltyPoints? loyaltyPoints,
- ConfigDeliveryPeriod? configDeliveryPeriod,
- double? total}
Implementation
CheckouCartSummaryModel({
this.summary,
this.couponInfo,
this.loyaltyPoints,
this.configDeliveryPeriod,
this.total,
});