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