SavedOrderModel constructor
SavedOrderModel({})
Implementation
SavedOrderModel(
{this.orderId,
this.count,
this.value,
this.timeStamp,
this.deliveryTimeStamp,
this.deliveryStatus,
this.orderStatus,
this.paymentStatus,
this.outofStock});