getDestinationInsertionPoints method Null safety

  1. @Returns('NodeList')
  2. @Creates('NodeList')
List<Node> getDestinationInsertionPoints()
@Returns('NodeList'), @Creates('NodeList')

Returns a list of shadow DOM insertion points to which this element is distributed.

Other resources

Implementation

@Returns('NodeList')
@Creates('NodeList')
List<Node> getDestinationInsertionPoints() native;