Query class

Constructors

Query({required String document, Map<String, dynamic>? variables, String? key, Map<String, String>? headers})
const

Properties

document String
final
hashCode int
The hash code for this object.
no setterinherited
headers Map<String, String>?
final
isValid bool
no setter
key String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
variables Map<String, dynamic>?
final

Methods

copyWith({String? document, Map<String, dynamic>? variables, Map<String, String>? headers, String? key}) Query
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map
toString() String
A string representation of this object.
override

Operators

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