groupsWithTypeT method

Iterable<Entity> groupsWithTypeT(
  1. Type type
)

Returns the group entities that contain a dependency keyed under the type-entity for type. See groupsWithTypeK.

Implementation

@pragma('vm:prefer-inline')
Iterable<Entity> groupsWithTypeT(Type type) =>
    groupsWithTypeK(TypeEntity(type));