PlayerSet constructor

const PlayerSet(
  1. bool white,
  2. bool black
)

Implementation

const PlayerSet(this.white, this.black);