SyncMessage constructor

const SyncMessage(
  1. MessageTypeValue type,
  2. String documentId
)

Constructor

Implementation

const SyncMessage(super.type, super.documentId);