Session constructor

Session({
  1. String? token,
  2. String? userid,
  3. String? username,
  4. String? nickname,
  5. String? avatar,
  6. String? mobile,
  7. String? mail,
  8. String? deptId,
  9. String? nodeId,
  10. List<String>? instIds,
  11. List<String>? attrs,
  12. Map<String, String>? raw,
})

Implementation

Session({this.token, this.userid, this.username, this.nickname, this.avatar, this.mobile, this.mail, this.deptId, this.nodeId, this.instIds, this.attrs, this.raw});