TokenResponseLogin constructor

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

Implementation

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