FieldNameContext class

The name of a GraphQL FieldContext, which may or may not be aliased.

Inheritance

Constructors

FieldNameContext(Token? nameToken, [AliasContext? alias])

Properties

alias AliasContext?
An (optional) alias for the field.
final
hashCode int
The hash code for this object.
no setterinherited
NAME Token?
Use nameToken instead.
no setter
name String?
The String value of the nameToken, if any.
no setter
nameToken Token?
The source token.
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