CSSProperty constructor
CSSProperty({})
Implementation
CSSProperty({
required this.name,
required this.value,
this.important = false,
this.implicit = false,
this.text,
this.parsedOk = true,
this.disabled,
this.range,
});