PlayRoomNotifier constructor

PlayRoomNotifier(
  1. I18n _i18n,
  2. Dice _dice,
  3. Store _store,
  4. Doc<PlayRoomEntity> _playRoom
)

Implementation

PlayRoomNotifier(this._i18n, this._dice, this._store, this._playRoom) : super(PlayRoomState());