getDependents method

Set<Type> getDependents(
  1. Type type
)

Implementation

Set<Type> getDependents(Type type) => _dependents[type] ?? {};