url property
String
get
url
The URL currently associated with this frame.
Implementation
String get url => _wrapped.url;
set
url
(String v)
Implementation
set url(String v) {
_wrapped.url = v;
}