toString method - Dimension class - dart:html library (original) (raw)
String toString()
override
Print out the CSS String representation of this value.
Implementation
String toString() {
return '${_value}${_unit}';
}
String toString()
override
Print out the CSS String representation of this value.
String toString() {
return '${_value}${_unit}';
}