WriteQueryOptions class
- Implemented types
Constructors
- WriteQueryOptions([void updates(WriteQueryOptionsBuilder)])
-
factory
Properties
-
data
→ Map<
String, dynamic> -
read-only
- document → DocumentNode
-
read-only, override
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- operationName → String
-
@nullable, read-only, override
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
-
variables
→ Map<
String, dynamic> -
@nullable, read-only, override
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
rebuild(
dynamic updates(WriteQueryOptionsBuilder)) → WriteQueryOptions -
Rebuilds the instance. [...]
inherited
-
toBuilder(
) → WriteQueryOptionsBuilder -
Converts the instance to a builder
B
. [...]inherited -
toString(
) → String -
Returns a string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited