getDestinationInsertionPoints method Null safety

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

Implementation

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