newModified property

List<int> newModified
inherited

The indexes in the new version of the collection which were modified. Conceptually, it contains the same entries as modified but after the insertions and deletions have been accounted for.

Implementation

List<int> get newModified => _changes.modificationsAfter;