maxRedirects property

int maxRedirects

The maximum number of redirects to follow when followRedirects is true.

Throws HttpProfileRequestError is hasError is true.

Implementation

int get maxRedirects => _returnIfNoError(_maxRedirects);