EMUserInfo constructor Null safety
Creates a user attribute.
Param userId The username.
Implementation
EMUserInfo(
this.userId, {
this.nickName,
this.avatarUrl,
this.mail,
this.phone,
this.gender = 0,
this.sign,
this.birth,
this.ext,
});