CardPair constructor

const CardPair(
  1. Card a,
  2. Card b
)

Implementation

const CardPair(this.a, this.b);