cleanup_code library
Classes
- ReferenceCode
- A class that processes Dart source files to extract code references like classes, enums, mixins, and typedefs. It also prepares a cleaned version of the code (without comments or strings) for analysis.
- UsageList
- Represents a list of usage relationships between two ReferenceCode instances.