redirect property
RequestRedirect
get
redirect
Returns the redirect mode associated with request, which is a string indicating how redirects for the request will be handled during fetching. A request will follow redirects by default.
Implementation
_i3.RequestRedirect get redirect =>
_i3.RequestRedirectOptions.values.byName(_i4.getProperty(
this,
'redirect',
));