NIMStickTopSessionInfo constructor

NIMStickTopSessionInfo({
  1. required String sessionId,
  2. NIMSessionType? sessionType,
  3. String? ext,
  4. int? createTime,
  5. int? updateTime,
})

Implementation

NIMStickTopSessionInfo(
    {required this.sessionId,
    this.sessionType,
    this.ext,
    this.createTime,
    this.updateTime});