GenericEvent.readyNextRound constructor

const GenericEvent.readyNextRound(
  1. String player
)

Signals that player is ready for the next round

Implementation

const factory GenericEvent.readyNextRound(String player) =
    _GenericReadyNextRoundEvent;