isAnyEagerEntityTypeInfo method

bool isAnyEagerEntityTypeInfo(
  1. Iterable<TypeInfo> types
)

Implementation

bool isAnyEagerEntityTypeInfo(Iterable<TypeInfo> types) =>
    types.any(isEagerEntityTypeInfo);