CheckoutReviewModel constructor Null safety
- {List<
CartItemModel> ? items, - List<
Summary> ? summary, - AddressModel? address,
- PaymentOptionsModel? paymentOption,
- double? total,
- ConfigDeliveryPeriod? configDeliveryPeriod}
Implementation
CheckoutReviewModel({
this.items,
this.summary,
this.address,
this.paymentOption,
this.total,
this.configDeliveryPeriod,
});