NIMConversationResult constructor
- List<
NIMConversation> ? conversationList, - required int offset,
- required bool finished,
Implementation
NIMConversationResult(
{this.conversationList, required this.offset, required this.finished});
NIMConversationResult(
{this.conversationList, required this.offset, required this.finished});