onChange property

Stream<MapChange<K, V>> onChange

Implementation

Stream<MapChange<K, V>> get onChange => _changes.stream;