Item class
Properties
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
image
→ String?
-
The URL of the image of the item.
final
-
name
→ String?
-
The name of the item.
final
-
price
→ int?
-
The price of the item. The value must be in cents.
final
-
quantity
→ int?
-
The quantity of the item.
final
-
reference
→ String?
-
A reference for the item.
final
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
-
sku
→ String?
-
A SKU for the item. SKU stands for Stock Keeping Unit.
final
-
url
→ String?
-
The URL of the item.
final