Whether a cookie named name is currently visible.
name
bool has(String name) { return read(name) != null; }