ProcessDependencies class

Processes Dart file dependencies inside a project and outputs results in text, JSON, or YAML formats according to user options.

Constructors

ProcessDependencies.new(DependenciesOptions options)
Creates a ProcessDependencies instance with the specified options.

Properties

hashCode int
The hash code for this object.
no setterinherited
options DependenciesOptions
User-defined options controlling processing behavior.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

analyzeFiles(String root, {bool used = true}) List<ReferenceCode>
Analyzes all Dart files found under the root path.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
process() → void
Main process that analyzes dependencies and generates outputs.
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited