QueryParameter<T> class
Represents a parameter for a GraphQL query.
This class encapsulates the name and value of a query parameter, providing type safety and ease of use when building queries.
Constructors
- QueryParameter(String name, T value)
-
Creates a new QueryParameter with the given
nameandvalue.const
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toMapEntry(
) → MapEntry< String, T> - Creates a map entry representation of this parameter.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited