String toString( )

Print out the CSS String representation of this value.

Source

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