cartItem property

List<CartItem> cartItem

Implementation

List<CartItem> get cartItem => _cartItemList;