Session constructor

Session(
  1. String id,
  2. UserLoggedIn user
)

Implementation

Session(this.id, this.user);