EntityResolutionRules.fetchLazyAll constructor

const EntityResolutionRules.fetchLazyAll({
  1. bool mergeTolerant = false,
})

Implementation

const EntityResolutionRules.fetchLazyAll({this.mergeTolerant = false})
    : _allowEntityFetch = true,
      allowReadFile = false,
      eagerEntityTypes = null,
      lazyEntityTypes = null,
      allLazy = true,
      allEager = false,
      super(false);