String toString()

Returns the result of the JavaScript objects toString method.

Source

String toString() {
 return 'Rectangle ($left, $top) $width x $height';
  }