Returns the result of the JavaScript objects toString
method.
Source
String toString() {
return 'Rectangle ($left, $top) $width x $height';
}
Returns the result of the JavaScript objects toString
method.
String toString() {
return 'Rectangle ($left, $top) $width x $height';
}