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