RecentSession constructor

RecentSession({
  1. required String sessionId,
  2. int? updateTime,
  3. String? ext,
  4. String? lastMsg,
  5. int? lastMsgType,
  6. NIMSession? recentSession,
  7. NIMSessionType? sessionType,
  8. String? sessionTypePair,
  9. NIMRevokeMessage? revokeNotification,
})

Implementation

RecentSession(
    {required this.sessionId,
    this.updateTime,
    this.ext,
    this.lastMsg,
    this.lastMsgType,
    this.recentSession,
    this.sessionType,
    this.sessionTypePair,
    this.revokeNotification});