menu
cometchat_sdk
notification/models/unmuted_conversation.dart
UnmutedConversation
UnmutedConversation constructor
UnmutedConversation
brightness_4
brightness_5
UnmutedConversation
constructor
UnmutedConversation
(
{
String
?
id
,
MutedConversationType
?
type
}
)
Implementation
UnmutedConversation({this.id, this.type});
cometchat_sdk
unmuted_conversation
UnmutedConversation
UnmutedConversation constructor
UnmutedConversation class