inserted property

List<int> inserted
inherited

The indexes in the new collection which were added in this version.

Implementation

List<int> get inserted => _changes.insertions;