DittoCollectionsEvent

fun DittoCollectionsEvent(    isInitial: Boolean,     collections: List<DittoCollection>,     oldCollections: List<DittoCollection>,     insertions: List<Int>,     deletions: List<Int>,     updates: List<Int>,     moves: List<DittoLiveQueryMove>)