EntityResolutionRules.fetchEager constructor

const EntityResolutionRules.fetchEager(
  1. List<Type>? eagerEntityTypes, {
  2. bool mergeTolerant = false,
})

Implementation

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