Filters the cookies by name.
String? get name => _wrapped.name;
set name(String? v) { _wrapped.name = v; }