Payload constructor

Payload({
  1. String? tokenType,
  2. String? appName,
  3. String? token,
  4. String? type,
  5. String? phone,
  6. int? width,
  7. int? height,
  8. String? tempToken,
  9. String? registerType,
  10. String? captcha,
  11. String? password,
  12. String? server,
  13. String? platform,
  14. String? code,
  15. String? proof,
  16. String? registrationId,
  17. String? accessToken,
  18. String? oldPassword,
  19. String? userId,
  20. String? nickname,
  21. String? verifyType,
  22. String? sendTarget,
  23. String? refreshToken,
  24. String? clientType,
  25. String? email,
})

Implementation

Payload({
  this.tokenType,
  this.appName,
  this.token,
  this.type,
  this.phone,
  this.width,
  this.height,
  this.tempToken,
  this.registerType,
  this.captcha,
  this.password,
  this.server,
  this.platform,
  this.code,
  this.proof,
  this.registrationId,
  this.accessToken,
  this.oldPassword,
  this.userId,
  this.nickname,
  this.verifyType,
  this.sendTarget,
  this.refreshToken,
  this.clientType,
  this.email,
});