CloudBaseUserInfo class

Constructors

CloudBaseUserInfo(dynamic map)

Properties

appid String?
微信(开放平台或公众平台)应用appid
getter/setter pair
avatarUrl String?
用户头像链接
getter/setter pair
city String?
用户所在城市
getter/setter pair
country String?
用户所在国家
getter/setter pair
env String
用户使用的云开发环境
getter/setter pair
gender String?
用户性别,male(男)或female(女)
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
loginType String
用户登录类型
getter/setter pair
nickName String?
用户昵称
getter/setter pair
openid String?
当前用户在微信(开放平台或公众平台)应用的openid
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
uuid String
用户在云开发的唯一ID
getter/setter pair

Methods

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

Operators

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