LWDRequest class

Constructors

LWDRequest(String body, Map<String, String> params, Map<String, Object> headers, String method, List<Cookie> cookies, Uri url, HttpResponse response, HttpRequest originalRequest)

Properties

body String
final
cookies List<Cookie>
final
hashCode int
The hash code for this object.
no setterinherited
headers Map<String, Object>
final
method String
final
originalRequest HttpRequest
final
params Map<String, String>
final
response HttpResponse
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
url Uri
final

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