String toString()

Print out the CSS String representation of this value.

Source

String toString() {
  return '${_value}${_unit}';
}