ensureInitialized static method

JotformQuestionMapper ensureInitialized()

Implementation

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