EMUserInfo constructor
EMUserInfo(})
~english Creates a user attribute. ~end
~chinese 创建用户属性。 ~end
Implementation
EMUserInfo(
this.userId, {
this.nickName,
this.avatarUrl,
this.mail,
this.phone,
this.gender = 0,
this.sign,
this.birth,
this.ext,
});