EventSessionRefreshed constructor

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

Implementation

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