DeletedList

interface DeletedList<T> : ListChange<T>

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

Properties

list
Link copied to clipboard
abstract val list: RealmList<T>