FetchResponse class abstract

Constructors

FetchResponse()

Properties

bodyUsed bool
no setter
hashCode int
The hash code for this object.
no setterinherited
headers HttpxHeaders
no setter
ok bool
no setter
options FetchOptions
no setter
redirected bool
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status int
no setter
statusText String
no setter
url Uri
no setter

Methods

getDataStream({bool ignoreContentEncoding = true}) Stream<List<int>>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
waitData({bool ignoreContentEncoding = true, Duration? timeout}) Future<List<int>>
waitString({Duration? timeout}) Future<String>
waitStructuredData({StructuredDataDecoder? decoder, Duration? timeout}) Future
waitTypedData<T extends Object?>({TypedDataDecoder? decoder, StructuredDataDecoder? structuredDataDecoder, Duration? timeout}) Future<T>

Operators

operator ==(Object other) bool
The equality operator.
inherited