changes property
Returns a Stream of changes of the paginations.
Implementation
Stream<MapChangeNotification<K, T>> get changes =>
StreamGroup.merge(paginations.map((e) => e.p.items.changes));
Returns a Stream of changes of the paginations.
Stream<MapChangeNotification<K, T>> get changes =>
StreamGroup.merge(paginations.map((e) => e.p.items.changes));