ReadFragmentOptions class
- Implemented types
Constructors
- ReadFragmentOptions([void updates(ReadFragmentOptionsBuilder)])
-
factory
Properties
- document → DocumentNode
-
read-only, inherited
- fragment → DocumentNode
-
read-only
- fragmentName → String
-
@nullable, read-only
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
-
idFields
→ Map<
String, dynamic> -
read-only
- operationName → String
-
read-only, inherited
- optimistic → bool
-
@nullable, read-only
- 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(ReadFragmentOptionsBuilder)) → ReadFragmentOptions -
Rebuilds the instance. [...]
inherited
-
toBuilder(
) → ReadFragmentOptionsBuilder -
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