changes property

Stream<ListChangeNotification<E>> get changes

Returns stream of record of changes of this RxObsList.

Implementation

Stream<ListChangeNotification<E>> get changes => _value.changes;