UserLoginEntity class
prdId : "1710208" bindWeixinFlag : false weixinUnionId : null weixinName : null sex : 0 currentCity : "广州" userName : null accessToken : "EA3F352ED7636D1905600662853DC0DB1F9B535C0610C500FAADA2F5B6A85CE552DC1D53A1CC6BF57006AC5AA63816BFC709C33007D4CE3385267EE1AB34340E84B6D53B84EC0A0A1BFE306C2EF3C5B5" mustangUserNum : 792 userId : 1913189804668899328 deviceId : null winningIdea : "默认" aliUserId : null tongdunTimeout : 1000 currentIp : "112.96.45.86" phoneNumber : null headImgUrl : null weixinOpenId : null newUser : true ctime : 1744974969000 currentTimeStamp : 1744976151518 bindAliFlag : false
Constructors
- UserLoginEntity.new({String? prdId, bool? bindWeixinFlag, dynamic weixinUnionId, dynamic weixinName, num? sex, String? currentCity, dynamic userName, String? accessToken, num? mustangUserNum, num? userId, dynamic deviceId, String? winningIdea, dynamic aliUserId, num? tongdunTimeout, String? currentIp, dynamic phoneNumber, dynamic headImgUrl, dynamic weixinOpenId, bool? newUser, num? ctime, num? currentTimeStamp, bool? bindAliFlag})
- UserLoginEntity.fromJson(dynamic json)
Properties
- accessToken → String?
-
no setter
- aliUserId → dynamic
-
no setter
- bindAliFlag → bool?
-
no setter
- bindWeixinFlag → bool?
-
no setter
- ctime → num?
-
no setter
- currentCity → String?
-
no setter
- currentIp → String?
-
no setter
- currentTimeStamp → num?
-
no setter
- deviceId → dynamic
-
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- headImgUrl → dynamic
-
no setter
- mustangUserNum → num?
-
no setter
- newUser → bool?
-
no setter
- phoneNumber → dynamic
-
no setter
- prdId → String?
-
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- sex → num?
-
no setter
- tongdunTimeout → num?
-
no setter
- userId → num?
-
no setter
- userName → dynamic
-
no setter
- weixinName → dynamic
-
no setter
- weixinOpenId → dynamic
-
no setter
- weixinUnionId → dynamic
-
no setter
- winningIdea → String?
-
no setter
Methods
-
copyWith(
{String? prdId, bool? bindWeixinFlag, dynamic weixinUnionId, dynamic weixinName, num? sex, String? currentCity, dynamic userName, String? accessToken, num? mustangUserNum, num? userId, dynamic deviceId, String? winningIdea, dynamic aliUserId, num? tongdunTimeout, String? currentIp, dynamic phoneNumber, dynamic headImgUrl, dynamic weixinOpenId, bool? newUser, num? ctime, num? currentTimeStamp, bool? bindAliFlag}) → UserLoginEntity -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited