RestResponse class
- Implementers
Constructors
-
RestResponse({String message, String exception, RestStatus status, dynamic data, dynamic rawData, int statusCode, int totalRecords, Map<
String, String> headers})
Properties
- data ↔ dynamic
-
read / write
- exception ↔ String
-
read / write
- hashCode → int
-
The hash code for this object.
read-onlyinherited
-
headers
↔ Map<
String, String> -
read / write
- message ↔ String
-
read / write
- rawData ↔ dynamic
-
read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
- status ↔ RestStatus
-
read / write
- statusClass → String
-
read-only
- statusCode ↔ int
-
read / write
- totalRecords ↔ int
-
read / write
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited