PipenGraphqlResponse<T> class

Constructors

PipenGraphqlResponse({required QueryResult<Object?> result, required dynamic instance})

Properties

hashCode int
The hash code for this object.
no setterinherited
instance ↔ dynamic
getter/setter pair
result ↔ QueryResult<Object?>
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
process(GraphqlSuccessResponse<T> onSuccess) Future<T>
processVoid() → void
Process void
toString() String
A string representation of this object.
inherited

Operators

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