UserDirty class

Constructors

UserDirty()

Properties

birth String
生日
no getter
bsid ← dynamic
商户id
no getter
bycard bool
是否允许 通过分享的名片 添加好友 或 加入群组
no getter
bycode bool
是否允许 通过扫描二维码 添加好友 或 加入群组
no getter
byfind bool
是否允许 通过搜索信息来 添加好友 或 加入群组
no getter
byteam bool
是否允许 通过群组内关系 添加好友 或 互加好友
no getter
card String
身份证号
no getter
city String
no getter
country String
国家
no getter
customType int
自定义的第三方账号类型
no getter
data Map<String, dynamic>
final
deny int
被封禁状态(>0:被封禁时间截止时间;=0:正常状态;<0:永久封禁或永久注销)
no getter
desc String
描述
no getter
district String
县(区)
no getter
extra DbJsonWraper
自定义数据
no getter
hashCode int
The hash code for this object.
no setterinherited
头像
no getter
icon String
图标
no getter
id ← dynamic
唯一id
no getter
ip String
最近登录ip地址
no getter
location Location
最近定位信息
no getter
login int
最近登录时间
no getter
name String
真实姓名
no getter
nick String
昵称
no getter
no String
账号
no getter
notice bool
是否开启 收到消息有后台通知 或 群组成员变化后发送通知
no getter
phone String
手机号码
no getter
province String
省份
no getter
pwd String
密码
no getter
rmbfen int
RMB拥有数量(分)
no getter
rmbpwd String
RMB支付密码
no getter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sex int
性别
no getter
silent bool
是否开启 收到消息无声音提醒 或 群组管理员才能发送消息
no getter
thirdNo String
第三方账号标志
no getter
thirdTp int
第三方账号类型
no getter
time int
创建时间
no getter
token String
加密口令
no getter
trans List
未完成的事务列表
no getter

Methods

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

Operators

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