NoonOrderItem class
A line item attached to a Noon order.
Constructors
- NoonOrderItem({required String name, required int quantity, required num unitPrice})
-
const
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toMap(
) → Map< String, dynamic> - Serializes the item for the INITIATE request.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited