SyncObjectEvent constructor

SyncObjectEvent(
  1. String collectionName,
  2. String id,
  3. dynamic object
)

Implementation

SyncObjectEvent(this.collectionName, this.id, this.object);