ImportRule class final
An @import
rule.
Constructors
-
ImportRule(Iterable<
Import> imports, FileSpan span)
Properties
Methods
-
accept<
T> (StatementVisitor< T> visitor) → T -
Calls the appropriate visit method on
visitor
.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.
inherited