NIMStickTopSessionInfo constructor Null safety
- {required String sessionId,
- NIMSessionType? sessionType,
- String? ext,
- int? createTime,
- int? updateTime}
Implementation
NIMStickTopSessionInfo({required this.sessionId,this.sessionType,this.ext,this.createTime,this.updateTime});