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