CollectionChange constructor

const CollectionChange(
  1. Collection collection,
  2. List<String> documentIds
)

Creates a Collection change event.

Implementation

const CollectionChange(this.collection, this.documentIds);