cart top-level property

List<ProductData> cart
getter/setter pair

Implementation

List<ProductData> cart = [];