cartLength property

int get cartLength

Implementation

int get cartLength {
  return _cartItemsList.length;
}