TerraRestfulResponse class

Constructors

TerraRestfulResponse()

Properties

bodyContent List<Uint64List>?
Retrieve the Stream content from the Response.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
message String?
Gets or sets a message which is populated upon failed requests.
getter/setter pair
result Map<String, dynamic>?
Gets or sets the Result deserialized into the type we want.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
successful bool?
Gets or sets a value indicating whether gets whether the request successful.
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