IaModelOrderingCartState class

State of the shopping cart.

Constructors

IaModelOrderingCartState({required int totalAmountInCart, required List<String> clientOrderIDs})
Constructs a new instance of the IaModelOrderingCartState object.
const

Properties

clientOrderIDs List<String>
Array of external/client order IDs.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
totalAmountInCart int
Total number of items in cart (products + prescriptions, each unit counted individually).
final

Methods

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

Operators

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