cartItemsList property

List<CartModel> get cartItemsList

Implementation

List<CartModel> get cartItemsList {
  return _cartItemsList;
}