TencentUserInfoResp class

Inheritance
Annotations
  • @JsonSerializable.new(explicitToJson: true, fieldRename: FieldRename.snake)

Constructors

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})
const
TencentUserInfoResp.fromJson(Map<String, dynamic> json)
factory

Properties

city String?
final
constellation String?
final
figureurl String?
final
figureurl1 String?
final
figureurl2 String?
final
figureurlQq String?
final
figureurlQq1 String?
final
figureurlQq2 String?
final
figureurlType String?
final
gender String?
final
genderType int?
final
hashCode int
The hash code for this object.
no setterinherited
headImgUrl String?
no setter
isFemale bool
no setter
isLost int?
final
isMale bool
no setter
isSuccessful bool
no setterinherited
isYellowVip String?
final
isYellowYearVip String?
final
level String?
final
msg String?
finalinherited
nickname String?
final
province String?
final
ret int
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
vip String?
final
year String?
final
yellowVipLevel String?
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
override
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited