variable property
The variable property of the
CSSVariableReferenceValue interface returns the
custom property name
of the
CSSVariableReferenceValue.
Implementation
external String get variable;
Implementation
external set variable(String value);