GDroidFragmentReq class abstract
Constructors
- GDroidFragmentReq([void updates(GDroidFragmentReqBuilder 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 → GDroidFragmentVars
-
no setter
Methods
-
dataToJson(
GDroidFragmentData data) → Map< String, dynamic> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
parseData(
Map< String, dynamic> json) → GDroidFragmentData? - This is a simple wrapper on the static fromJson method on the generated class.
-
rebuild(
dynamic updates(GDroidFragmentReqBuilder)) → GDroidFragmentReq -
Rebuilds the instance.
inherited
-
toBuilder(
) → GDroidFragmentReqBuilder -
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<
GDroidFragmentReq> -
no setter
Static Methods
-
fromJson(
Map< String, dynamic> json) → GDroidFragmentReq?