CSSEntry<V>? removeEntry<V extends CSSValue>(String name) { var entry = _entries.remove(name); return entry as CSSEntry<V>?; }