url property
String?
get
url
Restricts the retrieved cookies to those that would match the given URL.
Implementation
String? get url => _wrapped.url;
set
url
(String? v)
Implementation
set url(String? v) {
_wrapped.url = v;
}