AwarenessMessage constructor

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

constructor

Implementation

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