url property
String
get
url
The URL for the operation. It must be in the format as returned from a call to history.search.
Implementation
String get url => _wrapped.url;
set
url
(String v)
Implementation
set url(String v) {
_wrapped.url = v;
}