ComputedMap<K, V>.fromChangeStreamWithPrev constructor

ComputedMap<K, V>.fromChangeStreamWithPrev(
  1. ChangeEvent<K, V> f(
    1. IMap<K, V>?
    )
)

Implementation

factory ComputedMap.fromChangeStreamWithPrev(
        ChangeEvent<K, V> Function(IMap<K, V>?) f) =>
    ChangeStreamWithPrevComputedMap(f);