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