Move constructor

const Move(
  1. int flipped,
  2. int x,
  3. int score,
  4. int cost,
)

Implementation

const Move(this.flipped, this.x, this.score, this.cost);