isEagerEntityType method

  1. @override
bool isEagerEntityType(
  1. Type entityType, [
  2. bool def = false
])
override

Returns true if entityType load is eager.

  • def is returned in case there's not rule for entityType.

Implementation

@override
bool isEagerEntityType(Type entityType, [bool def = false]) =>
    resolved.isEagerEntityType(entityType, def);