RestRowRequest class

This class represents more row level of RestRequest, which means it contains the converted Rest request's body and initial request. The rowBody get defined by the RestRequestConverter, 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 RestRequestExecutor

Constructors

RestRowRequest(RestRequest request, dynamic rowBody)
const

Properties

hashCode int
The hash code for this object.
no setterinherited
request RestRequest
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