SessionEventsVersioned constructor

const SessionEventsVersioned(
  1. List<SessionEvent> events,
  2. SessionVersion ver,
  3. SessionsListVersion listVer
)

Implementation

const SessionEventsVersioned(this.events, this.ver, this.listVer);