ensureInitialized static method
Implementation
static ShuffleCellRequestMapper ensureInitialized() {
if (_instance == null) {
MapperContainer.globals.use(_instance = ShuffleCellRequestMapper._());
ClientWorldEventMapper.ensureInitialized().addSubMapper(_instance!);
GlobalVectorDefinitionMapper.ensureInitialized();
}
return _instance!;
}