EntityResolutionRules.fetchLazy constructor

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

Implementation

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