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