ParseResponse class

Constructors

ParseResponse({ParseError? error})

Properties

count int
getter/setter pair
error ParseError?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
result ↔ dynamic
If result is a singular result, i.e. getByObjectID
getter/setter pair
results List?
All results stored as a list - Even if only one response is returned
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
statusCode int
getter/setter pair
success bool
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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