NERoomRecentSession constructor

NERoomRecentSession(
  1. String? sessionId,
  2. String? fromAccount,
  3. String? fromNick,
  4. NERoomSessionTypeEnum? sessionType,
  5. String? recentMessageId,
  6. int unreadCount,
  7. String? content,
  8. int time,
)

Implementation

NERoomRecentSession(
    this.sessionId,
    this.fromAccount,
    this.fromNick,
    this.sessionType,
    this.recentMessageId,
    this.unreadCount,
    this.content,
    this.time);