items property

List<PurchasableFood> items

Returns a list of PurchasableFood items that have been added to the cart.

Implementation

List<PurchasableFood> get items => _items;