BodyParseResult class abstract

A representation of data from an incoming request.

Constructors

BodyParseResult()

Properties

body Map<String?, dynamic>
The parsed body.
no setter
error → dynamic
If an error was encountered while parsing the body, it will appear here.
no setter
files List<FileUploadInfo>
All files uploaded within this request.
no setter
hashCode int
The hash code for this object.
no setterinherited
originalBuffer List<int>?
The original body bytes sent with this request.
no setter
query Map<String?, dynamic>
The parsed query string.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stack StackTrace?
If an error was encountered while parsing the body, the call stack will appear here.
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