AddChatEvent constructor

AddChatEvent(
  1. Message message,
  2. String roomId,
  3. String type
)

Implementation

AddChatEvent(this.message, this.roomId, this.type);