typeDependencies method

Set<int> typeDependencies()

Implementation

Set<int> typeDependencies() {
  return typeDef.typeDependencies();
}