Dart SDK
dart:html
DomRectReadOnly
property runtimeType
runtimeType
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 ==
Type
runtimeType
A representation of the runtime type of the object.
Source
Type get runtimeType => getRuntimeType(this);
property runtimeType