changes property
Returns stream of record of changes of this RxObsList.
Implementation
Stream<ListChangeNotification<E>> get changes => _value.changes;
Returns stream of record of changes of this RxObsList.
Stream<ListChangeNotification<E>> get changes => _value.changes;