DeletedSet

interface DeletedSet<T> : SetChange<T>

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

Properties

Link copied to clipboard
abstract val set: RealmSet<T>