ensureInitialized static method

ShuffleCellRequestMapper ensureInitialized()

Implementation

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