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