getClientRects property

DOMRectList Function() getClientRects

Implementation

_i3.DOMRectList Function() get getClientRects => () => _i4.callMethod(
      _i4.getProperty(
        this,
        'getClientRects',
      ),
      r'call',
      [this],
    );
void getClientRects=(DOMRectList value())

Implementation

set getClientRects(_i3.DOMRectList Function() value) {
  _i4.setProperty(
    this,
    'getClientRects',
    _i4.allowInterop(value),
  );
}