Product class
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- name ↔ String
-
Product name (e.g. "I phone 12 pro max")
getter/setter pair
- quantity ↔ int
-
Product quantity (e.g. 2)
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- unitAmount ↔ int
-
Product unit amount in Bisa (e.g. 1000 Bisa = 1.000 OMR)
getter/setter pair
Methods
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited