url property
String?
get
url
A URL to navigate the tab to. JavaScript URLs are not supported; use
scripting.executeScript
instead.
Implementation
String? get url => _wrapped.url;
set
url
(String? v)
Implementation
set url(String? v) {
_wrapped.url = v;
}