ListValueContext class

A GraphQL list value literal.

Inheritance

Constructors

ListValueContext(Token lBracketToken, Token rBracketToken)

Properties

hashCode int
The hash code for this object.
no setterinherited
LBRACKET Token
Use lBracketToken instead.
no setter
lBracketToken Token
The source tokens.
final
RBRACKET Token
Use rBracketToken instead.
no setter
rBracketToken Token
The source tokens.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
span → FileSpan
no setteroverride
values List<InputValueContext>
The child values.
final

Methods

computeValue(Map<String, dynamic> variables) List
Computes the value, relative to some set of variables.
override
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