True if a cookie was removed.
bool get removed => _wrapped.removed;
set removed(bool v) { _wrapped.removed = v; }