1. @DomName('SVGSVGElement.getIntersectionList')
  2. @DocsEditable()
List<Node> getIntersectionList(Rect rect, SvgElement referenceElement)

Source

@DomName('SVGSVGElement.getIntersectionList')
@DocsEditable()
List<Node> getIntersectionList(Rect rect, SvgElement referenceElement) =>
    (_blink.BlinkSVGSVGElement.instance
        .getIntersectionList_Callback_2_(this, rect, referenceElement));