RoomMessage constructor
RoomMessage({})
Implementation
RoomMessage({required this.fromParticipantId, required this.type, required this.message, this.local = false, this.attachment});
RoomMessage({required this.fromParticipantId, required this.type, required this.message, this.local = false, this.attachment});