InitialList

interface InitialList<T> : ListChange<T>

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

Properties

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