Link constructor

const Link(
  1. int score,
  2. int move
)

Implementation

const Link(this.score, this.move);