RecentForward constructor

RecentForward(
  1. String sessionId,
  2. NIMConversationType sessionType
)

Implementation

RecentForward(this.sessionId, this.sessionType)
    : time = DateTime.now().millisecondsSinceEpoch;