Session constructor

Session(
  1. String id,
  2. String token
)

Implementation

Session(this.id, this.token) {
  _initialize();
}