MemorySession<TId> constructor

MemorySession<TId>(
  1. String sessionId,
  2. TId userId,
  3. DateTime startDate,
  4. String sessionToken,
  5. Map<String, String> data,
)

Implementation

MemorySession(this.sessionId, this.userId, this.startDate, this.sessionToken,
    this.data);