TransloaditResponse class

Custom HTTP Response object

Constructors

TransloaditResponse(Response response)
Constructor function to create a TransloaditResponse from a Response

Properties

data Map<String, dynamic>
Return the body of the response
no setter
hashCode int
The hash code for this object.
no setterinherited
headers Map<String, dynamic>
Return the response headers.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
statusCode int
Return the http status code of the request.
no setter

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