FragmentRequest class
- Available extensions
- Annotations
Constructors
Properties
- fragment → Fragment
-
Fragment to be read or written
final
- hashCode → int
-
The hash code for this object.
no setteroverride
-
idFields
→ Map<
String, dynamic> -
Map which includes all identifying data (usually
{__typename, id }
)final - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
variables
→ Map<
String, dynamic> -
Variables of the fragment for this request
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
override
-
validatesStructureOf(
Map< String, dynamic> data) → bool -
Available on FragmentRequest, provided by the FragmentDataValid extension
Returnstrue
if the structure ofdata
is valid according torequest
's structure.
Operators
-
operator ==(
Object o) → bool -
The equality operator.
override