Dart SDK
dart:html
DomRectReadOnly
method toString
toString
class DomRectReadOnly
Constructors
DomRectReadOnly
Properties
bottom
bottomLeft
bottomRight
hashCode
height
left
right
top
topLeft
topRight
width
x
y
runtimeType
Methods
boundingBox
containsPoint
containsRectangle
intersection
intersects
toString
noSuchMethod
Operators
operator ==
String
toString
(
)
Source
String toString() { return 'Rectangle ($left, $top) $width x $height'; }
method toString