Board constructor

const Board(
  1. int player,
  2. int opponent
)

Implementation

const Board(this.player, this.opponent);