uri property

String? uri
getter/setter pair

The URI of the redirect's intended destination.

This URI will be prepended to the original request path. URI without a scheme are assumed to be HTTPS.

Required.

Implementation

core.String? uri;