RankPair.ofsuit constructor

const RankPair.ofsuit(
  1. Rank high,
  2. Rank kicker
)

Creates a ofsuit cards of RankPair.

Implementation

const RankPair.ofsuit(this.high, this.kicker) : isSuited = false;