redirectToLocation property
String?
get
redirectToLocation
Returns the redirect location
header, the redirect that should be performed.
- See isStatusRedirect.
- See redirects for previous redirected locations.
Implementation
String? get redirectToLocation => getResponseHeader('location');