ensureInitialized static method
Implementation
static ServerStateUpdatedMapper ensureInitialized() {
if (_instance == null) {
MapperContainer.globals.use(_instance = ServerStateUpdatedMapper._());
ServerWorldEventMapper.ensureInitialized().addSubMapper(_instance!);
ServerStateMapper.ensureInitialized();
}
return _instance!;
}