InitialResults

interface InitialResults<T : BaseRealmObject> : ResultsChange<T>

Initial event to be emitted on a RealmResults flow. It contains a reference to the result of the query, the first time it runs.

Properties

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