isLazyEntityTypeInfo method

  1. @override
bool isLazyEntityTypeInfo(
  1. TypeInfo entityTypeInfo, [
  2. bool def = false
])
override

Alias to isLazyEntityType with a TypeInfo parameter.

Implementation

@override
bool isLazyEntityTypeInfo(TypeInfo entityTypeInfo, [bool def = false]) =>
    resolved.isLazyEntityTypeInfo(entityTypeInfo, def);