IaModelOrderingCartState constructor
Constructs a new instance of the IaModelOrderingCartState object.
Implementation
const IaModelOrderingCartState({
required this.totalAmountInCart,
required this.clientOrderIDs,
});
Constructs a new instance of the IaModelOrderingCartState object.
const IaModelOrderingCartState({
required this.totalAmountInCart,
required this.clientOrderIDs,
});