Query class Null safety
Constructors
Properties
- document → String
-
final
- hashCode → int
-
The hash code for this object.
read-onlyinherited
-
headers
→ Map<
String, String> ? -
final
- isValid → bool
-
read-only
- key → String?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
-
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 non-existent 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