isLazyEntityType method
Returns true
if entityType
load is lazy.
def
is returned in case there's not rule forentityType
.
Implementation
@override
bool isLazyEntityType(Type entityType, [bool def = false]) =>
resolved.isLazyEntityType(entityType, def);