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