Arbiter constructor

Arbiter({
  1. required void onGameOver(
    1. GameOverBy
    )?,
})

Implementation

Arbiter({required this.onGameOver});