VMLibraryDependency class
A single dependency—that is, an import or an export.
Properties
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- isDeferred → bool
-
Whether this is a deferred import.
final
- isExport → bool
-
Whether this is an export. [...]
read-only
- isImport → bool
-
Whether this is an import. [...]
final
- prefix → String
-
The prefix for this import, or
null
if it's unprefixed or an export.final - runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
- target → VMLibraryRef
-
The library that's imported or exported.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toString(
) → String -
A string representation of this object. [...]
override
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited