IdentifierElement class final
- Inheritance
-
- Object
- Element
- ExpressionElement
- IdentifierElement
Constructors
- IdentifierElement({required String name, Type? type, required bool constant})
Properties
Methods
-
accept<
R> (ElementVisitor< R> visitor) → R? -
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
-
visitChildren<
R> (ElementVisitor< R> visitor) → void -
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited