TrackingOrderItem class

Constructors

TrackingOrderItem({required String sku, String name = '', String category = '', num price = 0, int quantity = 1})
const

Properties

category String
Item category (or if not applicable, should be an empty string)
final
hashCode int
The hash code for this object.
no setterinherited
name String
Item name (or if not applicable, should be an empty string)
final
price num
Item price (or if not applicable, should be set to 0)
final
quantity int
Item quantity (or if not applicable should be set to 1)
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sku String
Item sku.
final

Methods

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

Operators

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