WeixinAuthInfo class

Author lijinghuan Email:ljh0576123@163.com CreateTime:2023-01-21 Description:Generated file. Do not edit. Modifier: ModifyContent:

Constructors

WeixinAuthInfo({String unionId = '', String gender = '', String openId = '', String portrait = '', String nickName = '', String province = '', String city = '', String country = '', Map<String, dynamic>? json})
WeixinAuthInfo.fromJson(Map<String, dynamic> json)
factory

Properties

city String
getter/setter pair
country String
getter/setter pair
gender String
0-未知;1-女;2-男;
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
nickName String
用户昵称
getter/setter pair
openId String
openid是公众号的普通用户的一个唯一的标识,只针对当前的公众号有效
getter/setter pair
portrait String
用户头像
getter/setter pair
province String
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
unionId String
同一个微信开放平台帐号下的移动应用、网站应用和公众帐号,用户的unionid是唯一的
getter/setter pair

Methods

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