NIMConversationOption constructor
- required List<
NIMConversationType> conversationTypes, - required bool onlyUnread,
- List<
String> ? conversationGroupIds,
Implementation
NIMConversationOption(
{required this.conversationTypes,
required this.onlyUnread,
this.conversationGroupIds});