toString method Null safety

String toString()
override

Print out the CSS String representation of this value.

Implementation

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