aqueduct
aqueduct.test
TestResponse
isRedirect
isRedirect
aqueduct
aqueduct.test
TestResponse
isRedirect
property
isRedirect
aqueduct
aqueduct.test
TestResponse
Properties
asList
asMap
body
bodyDecoder
contentLength
decodedBody
headers
isRedirect
statusCode
hashCode
runtimeType
Operators
operator ==
Methods
toString
noSuchMethod
bool
isRedirect
Whether or not the response is a redirect.
Source
bool get isRedirect => _innerResponse.isRedirect;