ensureInitialized static method

CellRollRequestMapper ensureInitialized()

Implementation

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