addedNodes property

NodeList get addedNodes

Return the nodes added and removed respectively.

MDN Reference

Implementation

_i3.NodeList get addedNodes => _i4.getProperty(
      this,
      'addedNodes',
    );