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