TokenResponseLogin constructor

TokenResponseLogin({
  1. String? accessToken,
  2. String? refreshToken,
  3. int? registrationLevel,
  4. int? registrationLevelRequired,
  5. int? waitForApproval,
  6. String? qrCode,
  7. String? sessionUuid,
  8. TokenResponseLoginMqtt? mqtt,
  9. TokenResponseLoginAccountInfos? accountInfos,
  10. int? isPro,
  11. int? isTmp,
  12. String? platformUuid,
  13. String? type,
  14. UserModel? userInfo,
  15. ProInfo? proInfo,
  16. int? doubleAuthActive,
})

Implementation

TokenResponseLogin({
  this.accessToken,
  this.refreshToken,
  this.registrationLevel,
  this.registrationLevelRequired,
  this.waitForApproval,
  this.qrCode,
  this.sessionUuid,
  this.mqtt,
  this.accountInfos,
  this.isPro,
  this.isTmp,
  this.platformUuid,
  this.type,
  this.userInfo,
  this.proInfo,
  this.doubleAuthActive,
});