TestResponseBody class

Instances of these type represent the body of a TestResponse.

Constructors

TestResponseBody(HttpClientResponse response)
Creates a new instance of this type.

Properties

bytes Stream<List<int>>
The stream of bytes to decode.
no setterinherited
contentType ContentType
Determines how bytes get decoded.
no setter
decodedType Type
The type of data bytes was decoded into.
no setterinherited
hasBeenDecoded bool
Whether or not bytes have been decoded yet.
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
isEmpty bool
Whether or not bytes is empty.
no setter
originalBytes List<int>?
The raw bytes of this request body.
no setterinherited
retainOriginalBytes bool
Whether or not bytes are available as a list after decoding has occurred.
getter/setter pairinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

as<T>() → T
Returns previously decoded object as T.
inherited
decode<T>() Future<T>
Decodes this object's bytes as T.
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

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