DittoLiveQueryMove

data class DittoLiveQueryMove(val from: Int, val 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).

Constructors

Link copied to clipboard
fun DittoLiveQueryMove(from: Int, to: Int)

Properties

Link copied to clipboard
val from: Int
Link copied to clipboard
val to: Int