url property
String
get
url
The (relative) URL to load in the document.
Implementation
String get url => _wrapped.url;
set
url
(String v)
Implementation
set url(String v) {
_wrapped.url = v;
}