followRedirects property
Whether automatic redirect following was enabled for the request.
Throws HttpProfileRequestError if hasError is true.
Implementation
bool? get followRedirects => _returnIfNoError(_followRedirects);
Whether automatic redirect following was enabled for the request.
Throws HttpProfileRequestError if hasError is true.
bool? get followRedirects => _returnIfNoError(_followRedirects);