gameConfig property Null safety

GameConfig gameConfig

Gets GameConfig of this game

Implementation

GameConfig get gameConfig =>
    _read(BackendProviders.state.notifier).gameConfig;