ensureInitialized static method
Implementation
static GameInfoMapper ensureInitialized() {
if (_instance == null) {
MapperContainer.globals.use(_instance = GameInfoMapper._());
GameTeamMapper.ensureInitialized();
}
return _instance!;
}