items property
Returns a list of PurchasableFood
items that have been added to the cart.
Implementation
List<PurchasableFood> get items => _items;
Returns a list of PurchasableFood
items that have been added to the cart.
List<PurchasableFood> get items => _items;