ResolvedReferences class

Constructors

ResolvedReferences({String? path, List<String>? parts, List<Reference>? references})

Properties

hashCode int
The hash code for this object.
no setterinherited
hasImports bool
no setter
parts Set<String>
final
path String?
getter/setter pair
references Set<Reference>
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

add(Reference reference) → void
addAll(Iterable<Reference> references) → void
imports({bool trailComments = true}) → ({List<ResolvedImport> dart, List<ResolvedImport> package, List<ResolvedImport> relative})
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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