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).
<init> |
Describes the index in a list of documents that a document was previously found at ( DittoLiveQueryMove(from: Int, to: Int) |
from |
val from: Int |
to |
val to: Int |