ditto-lib / live.ditto / DittoLiveQueryMove

DittoLiveQueryMove

data class DittoLiveQueryMove

Describes the index in a list of documents that a document was previously found at (from) and the index that it can now be found at (to).

Constructors

<init>

DittoLiveQueryMove(from: Int, to: Int)

Describes the index in a list of documents that a document was previously found at (from) and the index that it can now be found at (to).

Properties

from

val from: Int

to

val to: Int