OnBeforeRequestDetailsRequestBody class

Constructors

OnBeforeRequestDetailsRequestBody({String? error, Map? formData, List<UploadData>? raw})
OnBeforeRequestDetailsRequestBody.fromJS(OnBeforeRequestDetailsRequestBody _wrapped)

Properties

error String?
Errors when obtaining request body data.
getter/setter pair
formData Map?
If the request method is POST and the body is a sequence of key-value pairs encoded in UTF8, encoded as either multipart/form-data, or application/x-www-form-urlencoded, this dictionary is present and for each key contains the list of all values for that key. If the data is of another media type, or if it is malformed, the dictionary is not present. An example value of this dictionary is {'key': 'value1', 'value2'}.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
raw List<UploadData>?
If the request method is PUT or POST, and the body is not already parsed in formData, then the unparsed request body elements are contained in this array.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
toJS → OnBeforeRequestDetailsRequestBody
no setter

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