Token constructor

Token({
  1. String? token,
  2. String? name,
  3. String? email,
  4. dynamic profilePic,
  5. AppConfig? appConfig,
})

Implementation

Token({this.token, this.name, this.email, this.profilePic, this.appConfig});