getClientRects property
DOMRectList Function()
get
getClientRects
Implementation
_i3.DOMRectList Function() get getClientRects => () => _i4.callMethod(
_i4.getProperty(
this,
'getClientRects',
),
r'call',
[this],
);
set
getClientRects
(DOMRectList value())
Implementation
set getClientRects(_i3.DOMRectList Function() value) {
_i4.setProperty(
this,
'getClientRects',
_i4.allowInterop(value),
);
}