deleted property

List<int> deleted
inherited

The indexes in the previous version of the collection which have been removed from this one.

Implementation

List<int> get deleted => _changes.deletions;