changes property
Returns stream of record of changes of this ObsMap.
Implementation
Stream<MapChangeNotification<K, V>> get changes => _changes.stream;
Returns stream of record of changes of this ObsMap.
Stream<MapChangeNotification<K, V>> get changes => _changes.stream;