ConversationUpdatedEvent constructor

ConversationUpdatedEvent(
  1. Conversation conversation,
  2. ConversationUpdateReason reason
)

Implementation

ConversationUpdatedEvent(this.conversation, this.reason);