toModel method

Session toModel()

Constructs a new Session from this SessionMixin.

Implementation

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