UnmutedConversation constructor

UnmutedConversation({
  1. String? id,
  2. MutedConversationType? type,
})

Implementation

UnmutedConversation({this.id, this.type});