OrderSummaryModel constructor
OrderSummaryModel({})
Implementation
OrderSummaryModel({
this.id,
this.userID,
required this.deliveryMode,
required this.totalPetCost,
required this.deliveryCharges,
required this.taxAmount,
required this.finalAmount,
required this.deliveryAddressID,
required this.billingAddressID,
});