DeletedMap

interface DeletedMap<K, V> : MapChange<K, V>

This event is emitted when the parent object owning the map has been deleted, which in turn also removes the map. The flow will terminate after observing this event.

Properties

map
Link copied to clipboard
abstract val map: RealmMap<K, V>