shoppingCart property

List<Cart> get shoppingCart

Implementation

List<Cart> get shoppingCart => _shoppingCart;