TencentUserInfoResp constructor

const TencentUserInfoResp({
  1. required int ret,
  2. String? msg,
  3. int? isLost,
  4. String? nickname,
  5. String? gender,
  6. int? genderType,
  7. String? province,
  8. String? city,
  9. String? year,
  10. String? constellation,
  11. String? figureurl,
  12. String? figureurl1,
  13. String? figureurl2,
  14. String? figureurlQq,
  15. String? figureurlQq1,
  16. String? figureurlQq2,
  17. String? figureurlType,
  18. String? isYellowVip,
  19. String? vip,
  20. String? yellowVipLevel,
  21. String? level,
  22. String? isYellowYearVip,
})

Implementation

const TencentUserInfoResp({
  required super.ret,
  super.msg,
  this.isLost,
  this.nickname,
  this.gender,
  this.genderType,
  this.province,
  this.city,
  this.year,
  this.constellation,
  this.figureurl,
  this.figureurl1,
  this.figureurl2,
  this.figureurlQq,
  this.figureurlQq1,
  this.figureurlQq2,
  this.figureurlType,
  this.isYellowVip,
  this.vip,
  this.yellowVipLevel,
  this.level,
  this.isYellowYearVip,
});