ensureInitialized static method

DocumentSearchModelMapper ensureInitialized()

Implementation

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