NIMUser constructor Null safety
Implementation
NIMUser(
{this.userId,
this.nick,
this.avatar,
this.sign,
this.gender,
this.email,
this.birth,
this.mobile,
this.ext});
NIMUser(
{this.userId,
this.nick,
this.avatar,
this.sign,
this.gender,
this.email,
this.birth,
this.mobile,
this.ext});