url property
String?
get
url
The URL of the bookmark; matches verbatim. Note that folders have no URL.
Implementation
String? get url => _wrapped.url;
set
url
(String? v)
Implementation
set url(String? v) {
_wrapped.url = v;
}