Position constructor
Implementation
const Position(
this.board,
this.leaf,
this.links,
this.nWins,
this.nDraws,
this.nLosses,
this.nLines,
this.score,
this.nLink,
this.level,
this.flag,
this.nPlayerBestpaths,
this.nOpponentBestpaths,
);