CSSEntry<V extends CSSValue> constructor
Implementation
CSSEntry(String name, V? value, {V? sampleValue, String? comment})
: this._(normalizeName(name)!, value,
sampleValue: sampleValue, comment: comment);