menu
revali_router_core package
documentation
body/body_parser.dart
BodyParser class
BodyParser class
dark_mode
light_mode
BodyParser
class
abstract
base
Constructors
BodyParser.new
(
String
mimeType
)
const
Properties
hashCode
→
int
The hash code for this object.
no setter
inherited
mimeType
→
String
final
runtimeType
→
Type
A representation of the runtime type of the object.
no setter
inherited
Methods
noSuchMethod
(
Invocation
invocation
)
→ dynamic
Invoked when a nonexistent method or property is accessed.
inherited
parse
(
Encoding
encoding
,
Stream
<
List
<
int
>
>
data
,
Headers
headers
)
→
Future
<
BodyData
>
toString
(
)
→
String
A string representation of this object.
inherited
Operators
operator ==
(
Object
other
)
→
bool
The equality operator.
inherited
revali_router_core package
documentation
body/body_parser
BodyParser class
body_parser library