cardsLength method

int cardsLength()

Implementation

int cardsLength() {
  return _state!.cardStates.length;
}