changes property

Stream<MapChangeNotification<K, T>> get changes

Returns a Stream of changes of the paginations.

Implementation

Stream<MapChangeNotification<K, T>> get changes =>
    StreamGroup.merge(paginations.map((e) => e.p.items.changes));