OrderRes constructor
OrderRes({})
Implementation
OrderRes({
this.orderId,
this.shipmentId,
this.status,
this.statusCode,
this.onboardingCompletedNow,
this.awbCode,
this.courierCompanyId,
this.courierName,
});