EntityResolutionRules.fetch constructor

const EntityResolutionRules.fetch({
  1. List<Type>? lazyEntityTypes,
  2. List<Type>? eagerEntityTypes,
  3. bool? allLazy,
  4. bool? allEager,
  5. bool mergeTolerant = false,
})

Implementation

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