Token constructor Null safety

Token(
  1. String session,
  2. String refresh
)

Implementation

Token(this.session, this.refresh);