OrderList class
Constructors
- OrderList(String consumerId)
-
OrderList.fromJson(Map<
String, dynamic> json)
Properties
- consumerId → String
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- isActive ↔ bool
-
getter/setter pair
- localId ↔ String
-
getter/setter pair
- orderDeliveryLocation ↔ String
-
getter/setter pair
- orderId ↔ String
-
getter/setter pair
-
orderItems
↔ List<
OrderItem> -
getter/setter pair
- orderStatus ↔ String
-
getter/setter pair
- retailerId ↔ String
-
getter/setter pair
- retailerPlaceId ↔ String
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- shopperId ↔ String
-
getter/setter pair
- startedTimeStamp ↔ DateTime?
-
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
Static Methods
-
fromJsonToList(
List json) → List< OrderList> ?