groupsWithTypeT method
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));