RowRequest class
This class represents more row level of HttpRestRequest, which means it contains the converted HttpRest request's body and initial request. The rowBody get defined by the RequestConverter, for example the MapToJsonRequestConverter converts the Map body to JSON String, and get assigned to rowBody, then the converted JSON String file get used by RequestExecutor
Constructors
- RowRequest(HttpRestRequest request, dynamic rowBody)
-
const
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- request → HttpRestRequest
-
final
- rowBody → dynamic
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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