Cart class
Constructors
-
Cart.new(String? total, List<
OrderItem> ? items) - Cart.empty()
-
factory
-
Cart.fromJson(Map<
String, dynamic> json) -
factory
Properties
Methods
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited