url property
String?
get
url
The redirect url. Redirects to JavaScript urls are not allowed.
Implementation
String? get url => _wrapped.url;
set
url
(String? v)
Implementation
set url(String? v) {
_wrapped.url = v;
}