Order class abstract

Constructors

Order([void updates(OrderBuilder b)])
factory

Properties

carrier Carrier?
no setter
carrierId String?
no setter
containerStatus String?
no setter
createdAt DateTime
no setter
createdBy String?
no setter
customer Customer?
no setter
customerId String?
no setter
docco DateTime?
no setter
dropoffCharges int?
no setter
dropoffCost int?
no setter
erd DateTime?
no setter
eta DateTime?
no setter
hashCode int
The hash code for this object.
no setterinherited
id String
no setter
lfd DateTime?
no setter
pickupCharges int?
no setter
pickupCost int?
no setter
rld String?
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
serialNumber String
no setter
shipline String?
no setter
shipmentCount int?
no setter
shipments → BuiltList<Shipment>?
A list of Shipments
no setter
soNumber String?
no setter
status OrderStatus
no setter
tenantId String
no setter
terminal Terminal?
no setter
terminalId String?
no setter
type ShipmentType?
no setter
updatedAt DateTime
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
rebuild(dynamic updates(OrderBuilder)) Order
Rebuilds the instance.
inherited
toBuilder() OrderBuilder
Converts the instance to a builder B.
inherited
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

serializer → Serializer<Order>
no setter