onChange property
Stream<ListChange<E> >
get
onChange
A stream of record of changes to this list
Implementation
Stream<ListChange<E>> get onChange => _changes.stream;
A stream of record of changes to this list
Stream<ListChange<E>> get onChange => _changes.stream;