ChatBackendMessage constructor
Creates a ChatBackendMessage with the given id and data.
Implementation
ChatBackendMessage({required this.id, required this.data});
Creates a ChatBackendMessage with the given id and data.
ChatBackendMessage({required this.id, required this.data});