UnmutedConversation constructor
UnmutedConversation({
- String? id,
- MutedConversationType? type,
Implementation
UnmutedConversation({this.id, this.type});
UnmutedConversation({this.id, this.type});