SCUserInfoModel class

Constructors

SCUserInfoModel({required String appId, required String userCode, required String userName, required String realName, required String status, required String email, required String tel, required String mobile, required String headPic, required String origin, required int sex, required int age, required String tag, required String other, required String createTime, required String extend, required String deleted})

Properties

age int
年龄
final
appId String
区分app的app id
final
createTime String
创建时间,年月日2020/2/13
final
deleted String
是否已经删除.
final
email String
邮箱
final
extend String
***** 以下仅支持 android ***** /// 扩展字段
final
hashCode int
The hash code for this object.
no setterinherited
headPic String
头像
final
mobile String
手机
final
origin String
来源
final
other String
扩展字段,用来扩展额外的信息
final
realName String
用户真实姓名
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sex int
1是男 2是女
final
status String
状态
final
tag String
标签,时政,视频
final
tel String
电话-座机
final
userCode String
用户code,member id
final
userName String
用户名称
final

Methods

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

Operators

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