ServerAwarenessEvent constructor
ServerAwarenessEvent({
- required ServerAwarenessEventType type,
- required String documentId,
- required String clientId,
constructor
Implementation
ServerAwarenessEvent({
required this.type,
required this.documentId,
required this.clientId,
});