EntityResolutionRules.fetchEagerAll constructor

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

Implementation

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