typeDependencies method

Set<int> typeDependencies()

Implementation

Set<int> typeDependencies() {
  return fields.map((field) => field.type).toSet();
}