checkEnclosure property

bool Function(SVGElement, DOMRectReadOnly) get checkEnclosure

Implementation

_i2.bool Function(
  _i3.SVGElement,
  _i3.DOMRectReadOnly,
) get checkEnclosure => (
      _i3.SVGElement p0,
      _i3.DOMRectReadOnly p1,
    ) =>
        _i4.callMethod(
          _i4.getProperty(
            this,
            'checkEnclosure',
          ),
          r'call',
          [
            this,
            p0,
            p1,
          ],
        );
set checkEnclosure (bool value(SVGElement, DOMRectReadOnly))

Implementation

set checkEnclosure(
    _i2.bool Function(
      _i3.SVGElement,
      _i3.DOMRectReadOnly,
    ) value) {
  _i4.setProperty(
    this,
    'checkEnclosure',
    _i4.allowInterop(value),
  );
}