DocumentChange constructor

const DocumentChange(
  1. Database database,
  2. Collection collection,
  3. String documentId
)

Creates a Document change event.

Implementation

const DocumentChange(this.database, this.collection, this.documentId);