onChange property

Stream<ListChange<E>> onChange

A stream of record of changes to this list

Implementation

Stream<ListChange<E>> get onChange => _changes.stream;