Token constructor

Token(
  1. int id,
  2. int userid,
  3. String key,
  4. String name,
  5. String iconlink,
)

Implementation

Token(this.id, this.userid, this.key, this.name, this.iconlink);