GReviewFragmentReq class abstract
Constructors
- GReviewFragmentReq([void updates(GReviewFragmentReqBuilder b)])
-
factory
Properties
- document → DocumentNode
-
no setter
- fragmentName → String?
-
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
-
idFields
→ Map<
String, dynamic> -
A map of id fields, based on
TypePolicy.keyFields
for the given type, and their respective values. By default,id
or_id
are used.no setter - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- vars → GReviewFragmentVars
-
no setter
Methods
-
dataToJson(
GReviewFragmentData data) → Map< String, dynamic> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
parseData(
Map< String, dynamic> json) → GReviewFragmentData? - This is a simple wrapper on the static fromJson method on the generated class.
-
rebuild(
dynamic updates(GReviewFragmentReqBuilder)) → GReviewFragmentReq -
Rebuilds the instance.
inherited
-
toBuilder(
) → GReviewFragmentReqBuilder -
Converts the instance to a builder
B
.inherited -
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
-
varsToJson(
) → Map< String, dynamic>
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
-
serializer
→ Serializer<
GReviewFragmentReq> -
no setter
Static Methods
-
fromJson(
Map< String, dynamic> json) → GReviewFragmentReq?