ImportedElements class

ImportedElements

{ "path": FilePath "prefix": String "elements": List

Clients may not extend, implement or mix-in this class.

Constructors

ImportedElements(String path, String prefix, List<String> elements)
ImportedElements.fromJson(JsonDecoder jsonDecoder, String jsonPath, Object? json)
factory

Properties

elements List<String>
The names of the elements imported from the library.
getter/setter pair
hashCode int
The hash code for this object.
no setteroverride
path String
The absolute and normalized path of the file containing the library.
getter/setter pair
prefix String
The prefix that was used when importing the library into the original source.
getter/setter pair
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
toJson() Map<String, Object>
Returns a JSON presentation of the object.
toString() String
A string representation of this object.
override

Operators

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