TencentUserInfoResp constructor
const
TencentUserInfoResp({
- required int ret,
- String? msg,
- int? isLost,
- String? nickname,
- String? gender,
- int? genderType,
- String? province,
- String? city,
- String? year,
- String? constellation,
- String? figureurl,
- String? figureurl1,
- String? figureurl2,
- String? figureurlQq,
- String? figureurlQq1,
- String? figureurlQq2,
- String? figureurlType,
- String? isYellowVip,
- String? vip,
- String? yellowVipLevel,
- String? level,
- 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,
});