HandIterator constructor

HandIterator(
  1. List<Card> _cards
)

Implementation

HandIterator(this._cards) {
  _currentIndex = -1;
}