changes property

Stream<MapChangeNotification<K, V>> get changes

Returns stream of record of changes of this RxObsMap.

Implementation

Stream<MapChangeNotification<K, V>> get changes => _value.changes;