String? getAsString<V extends CSSValue>(String name) { var entry = _getEntry(name); return entry?.valueAsString; }