AuthToken constructor

AuthToken({
  1. String? createTime,
  2. String? name,
  3. String? state,
  4. String? token,
})

Implementation

AuthToken({this.createTime, this.name, this.state, this.token});