WebSocketMessage constructor
WebSocketMessage({})
Implementation
WebSocketMessage({
required this.type,
this.collection,
this.recordId,
this.data,
this.timestamp,
this.metadata,
});
WebSocketMessage({
required this.type,
this.collection,
this.recordId,
this.data,
this.timestamp,
this.metadata,
});