AddChatState constructor

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

Implementation

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