StringValueContext class

A GraphQL string value literal.

Inheritance

Constructors

StringValueContext(Token stringToken, {bool isBlockString = false})

Properties

hashCode int
The hash code for this object.
no setterinherited
isBlockString bool
Whether this is a block string.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
span → FileSpan?
no setteroverride
stringToken Token
The source token.
final
stringValue String
The String value of the stringToken.
no setter

Methods

computeValue(Map<String, dynamic> variables) String
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