followRedirects property

bool followRedirects

Whether redirects are followed automatically.

Throws HttpProfileRequestError is hasError is true.

Implementation

bool get followRedirects => _returnIfNoError(_followRedirects);