ensureInitialized static method
Implementation
static GameDialogDropdownValueMapper ensureInitialized() {
if (_instance == null) {
MapperContainer.globals.use(
_instance = GameDialogDropdownValueMapper._(),
);
GameDialogComponentValueMapper.ensureInitialized();
}
return _instance!;
}