Body class abstract
Constructors
- Body()
Properties
Methods
-
arrayBuffer(
) → Future< ByteBuffer> -
blob(
) → Future< Object> -
formData(
) → Future< FormData> -
json(
) → Future< Object?> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
text(
) → Future< String> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited