RestResponseGeneric<T> class
- Inheritance
-
- Object
- RestResponse
- RestResponseGeneric
Constructors
-
RestResponseGeneric({T dataTyped, RList<
T> dataTypedList, String message, String exception, RestStatus status, dynamic data, dynamic rawData, int statusCode, int totalRecords, Map<String, String> headers})
Properties
- data ↔ dynamic
-
read / writeinherited
- dataTyped ↔ T
-
read / write
-
dataTypedList
↔ RList<
T> -
read / write
- exception ↔ String
-
read / writeinherited
- hashCode → int
-
The hash code for this object.
read-onlyinherited
-
headers
↔ Map<
String, String> -
read / writeinherited
- message ↔ String
-
read / writeinherited
- rawData ↔ dynamic
-
read / writeinherited
-
resultListT
→ RList<
T> -
read-only
- resultT → T
-
read-only
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
- status ↔ RestStatus
-
read / writeinherited
- statusClass → String
-
read-onlyinherited
- statusCode ↔ int
-
read / writeinherited
- totalRecords ↔ int
-
read / writeinherited
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