SessionEvent constructor

const SessionEvent(
  1. SessionId id,
  2. PreciseDateTime at
)

Implementation

const SessionEvent(this.id, this.at);