changes property

Stream<ListChangeNotification<E>> get changes

Returns stream of changes of this list.

Implementation

Stream<ListChangeNotification<E>> get changes => _changes.stream;