ResolvedImport class
- Implemented types
Constructors
-
ResolvedImport({required String import, required bool trailComments, List<
String> ? ignoreComments}) -
const
Properties
- hashCode → int
-
The hash code for this object.
no setteroverride
-
ignoreComments
→ List<
String> ? -
final
- import → String
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- trailComments → bool
-
Whether the ignoreComments should be appended to the import statement.
final
Methods
-
compareTo(
ResolvedImport other) → int -
Compares this object to another object.
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
override