menu
chrome_extension package
documentation
cookies.dart
Cookie
path property
path property
dark_mode
light_mode
path
property
String
get
path
The path of the cookie.
Implementation
String get path => _wrapped.path;
set
path
(
String
v
)
Implementation
set path(String v) { _wrapped.path = v; }
chrome_extension package
documentation
cookies
Cookie
path property
Cookie class