OrderRes class

Constructors

OrderRes({int? orderId, int? shipmentId, String? status, int? statusCode, int? onboardingCompletedNow, String? awbCode, String? courierCompanyId, String? courierName})
OrderRes.fromJson(Map<String, dynamic> json)
factory

Properties

awbCode String?
getter/setter pair
courierCompanyId String?
getter/setter pair
courierName String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
onboardingCompletedNow int?
getter/setter pair
orderId int?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
shipmentId int?
getter/setter pair
status String?
getter/setter pair
statusCode int?
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited