toString method - Dimension class - dart:html library (original) (raw)

description

String toString()

override

Print out the CSS String representation of this value.

Implementation

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