toModel method

Session toModel()

Constructs a Session from this event.

Implementation

Session toModel() {
  return Session(id: id, ip: ip, userAgent: userAgent, lastActivatedAt: at);
}