ServerAwarenessEvent constructor

ServerAwarenessEvent({
  1. required ServerAwarenessEventType type,
  2. required String documentId,
  3. required String clientId,
})

constructor

Implementation

ServerAwarenessEvent({
  required this.type,
  required this.documentId,
  required this.clientId,
});