maxRedirects property

int? maxRedirects

The maximum number of redirects allowed during the request.

Throws HttpProfileRequestError if hasError is true.

Implementation

int? get maxRedirects => _returnIfNoError(_maxRedirects);