PlayRoomNotifier constructor
- I18n _i18n,
- Dice _dice,
- Store _store,
- Doc<
PlayRoomEntity> _playRoom
Implementation
PlayRoomNotifier(this._i18n, this._dice, this._store, this._playRoom) : super(PlayRoomState());
PlayRoomNotifier(this._i18n, this._dice, this._store, this._playRoom) : super(PlayRoomState());