toString method

  1. @override
String toString()
override

Print out the CSS String representation of this value.

Implementation

@override
String toString() {
  return '$value$_unit';
}