The name of the cookie to access.
String get name => _wrapped.name;
set name(String v) { _wrapped.name = v; }