isLazyEntityType method

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

Returns true if entityType load is lazy.

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

Implementation

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