isRedirect property

bool isRedirect

Whether or not the response is a redirect.

Implementation

bool get isRedirect => _innerResponse.isRedirect;