rect property
DOMRectInit
get
rect
Implementation
DOMRectInit get rect => js_util.getProperty(this, 'rect');
set
rect
(DOMRectInit newValue)
Implementation
set rect(DOMRectInit newValue) {
js_util.setProperty(this, 'rect', newValue);
}