Body$Typings extension

on

Properties

arrayBuffer Future<ByteBuffer> Function()
getter/setter pair
blob Future<Blob> Function()
getter/setter pair
body ReadableStream<Uint8List>?
A simple getter used to expose a ReadableStream of the body contents.
no setter
bodyUsed bool
Stores a Boolean that declares whether the body has been used in a response yet.
no setter
formData Future<FormData> Function()
getter/setter pair
json Future Function()
getter/setter pair
text Future<String> Function()
getter/setter pair