DeletedObject

This interface describes the event is emitted deleted on a RealmObject or EmbeddedRealmObject flow. The flow will terminate after emitting this event.

Properties

Link copied to clipboard
abstract override val obj: O?

Returns the newest state of object being observed. null is returned if the object has been deleted.