InitialObject

Initial event to be observed on a RealmObject or EmbeddedRealmObject flow. It contains a reference to the starting object state. Note, this state might be different than the object the flow was registered on, if another thread or device updated the object in the meantime.

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.