NIMThreadTalkHistory constructor Null safety

NIMThreadTalkHistory(
  1. {required NIMMessage? thread,
  2. required int? time,
  3. required List<NIMMessage>? replyList}
)

Implementation

NIMThreadTalkHistory(
    {required this.thread, required this.time, required this.replyList});