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