OrderDetailsModel constructor Null safety
Implementation
OrderDetailsModel({
this.address,
this.store,
this.orderItems,
this.currency,
this.paymentType,
this.canCancel,
this.date,
this.id,
this.orderNo,
this.productsCount,
this.total,
this.orderStatus,
});