modified property

List<int> modified
inherited

The indexes of the objects in the new collection which were modified in this version.

Implementation

List<int> get modified => _changes.modifications;