url property
String
get
url
The request-URI to associate with the setting of the cookie. This value can affect the default domain and path values of the created cookie. If host permissions for this URL are not specified in the manifest file, the API call will fail.
Implementation
String get url => _wrapped.url;
set
url
(String v)
Implementation
set url(String v) {
_wrapped.url = v;
}