ImportedElements class

A description of the elements that are referenced in a region of a file that come from a single imported library.

Implemented types

Constructors

ImportedElements(String path, String prefix, List<String> elements)

Properties

elements List<String>
The names of the elements imported from the library.
final
hashCode int
The hash code for this object.
no setterinherited
path String
The absolute and normalized path of the file containing the library.
final
prefix String
The prefix that was used when importing the library into the original source.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMap() Map
override
toString() String
A string representation of this object.
inherited

Operators

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

Static Methods

parse(Map m) ImportedElements