Payload constructor
Payload({
- String? tokenType,
- String? appName,
- String? token,
- String? type,
- String? phone,
- int? width,
- int? height,
- String? tempToken,
- String? registerType,
- String? captcha,
- String? password,
- String? server,
- String? platform,
- String? code,
- String? proof,
- String? registrationId,
- String? accessToken,
- String? oldPassword,
- String? userId,
- String? nickname,
- String? verifyType,
- String? sendTarget,
- String? refreshToken,
- String? clientType,
- 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,
});