uri property

String? uri
final

On a redirect, overwrite the Path portion of the URL with this value.

Note that the entire path will be replaced, irrespective of the request URI being matched as an exact path or prefix.

Implementation

final String? uri;