cartItem property

List<CartItem> get cartItem

Implementation

List<CartItem> get cartItem => _cartItemList;