GcomparisonFieldsReq class abstract

Constructors

GcomparisonFieldsReq([dynamic updates(GcomparisonFieldsReqBuilder 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 GcomparisonFieldsVars
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
parseData(Map<String, dynamic> json) GcomparisonFieldsData?
This is a simple wrapper on the static fromJson method on the generated class.
rebuild(dynamic updates(GcomparisonFieldsReqBuilder)) GcomparisonFieldsReq
Rebuilds the instance.
inherited
toBuilder() GcomparisonFieldsReqBuilder
Converts the instance to a builder B.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Properties

serializer → Serializer<GcomparisonFieldsReq>
no setter

Static Methods

fromJson(Map<String, dynamic> json) GcomparisonFieldsReq?