ChatUserInfo constructor
Creates a user attribute.
Implementation
ChatUserInfo(
this.userId, {
this.nickName,
this.avatarUrl,
this.mail,
this.phone,
this.gender = 0,
this.sign,
this.birth,
this.ext,
});
Creates a user attribute.
ChatUserInfo(
this.userId, {
this.nickName,
this.avatarUrl,
this.mail,
this.phone,
this.gender = 0,
this.sign,
this.birth,
this.ext,
});