SessionRefreshedEvent constructor

const SessionRefreshedEvent(
  1. SessionId userId,
  2. PreciseDateTime at,
  3. UserAgent userAgent,
  4. IpAddress ip,
)

Implementation

const SessionRefreshedEvent(super.userId, super.at, this.userAgent, this.ip);