AliasContext class

An alternate name for a field within a SelectionSet.

Inheritance

Constructors

AliasContext(Token nameToken1, Token colonToken, Token nameToken2)

Properties

alias String
The aliased name of the value.
no setter
colonToken Token
The source tokens.
final
hashCode int
The hash code for this object.
no setterinherited
name String
The actual name of the value.
no setter
nameToken1 Token
The source tokens.
final
nameToken2 Token
The source tokens.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
span → FileSpan
no setteroverride

Methods

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

Operators

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