maxRedirects property Null safety
The maximum number of redirects to follow when followRedirects is true.
Throws HttpProfileRequestError is hasError is true.
Implementation
int get maxRedirects => _returnIfNoError(_maxRedirects);
The maximum number of redirects to follow when followRedirects is true.
Throws HttpProfileRequestError is hasError is true.
int get maxRedirects => _returnIfNoError(_maxRedirects);