Chess960 constructor Null safety

Chess960()

Implementation

Chess960() {
  load(random_start_fen());
}