OneClickOrderDetailsModel constructor Null safety
Implementation
OneClickOrderDetailsModel({
this.codFees,
this.shipmentFees,
this.address,
this.addressId,
this.total,
this.isOneClickOrder,
});
OneClickOrderDetailsModel({
this.codFees,
this.shipmentFees,
this.address,
this.addressId,
this.total,
this.isOneClickOrder,
});