toString method
override
Print out the CSS String representation of this value.
Implementation
String toString() {
return '${_value}${_unit}';
}
Print out the CSS String representation of this value.
String toString() {
return '${_value}${_unit}';
}