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) => wrap_jso(_blink.BlinkSVGSVGElement.instance.getIntersectionList_Callback_2_(unwrap_jso(this), unwrap_jso(rect), unwrap_jso(referenceElement)));