NIMTeamMember constructor Null safety
Implementation
NIMTeamMember(
{this.id,
this.account,
this.type,
this.teamNick,
required this.isInTeam,
this.extension,
required this.isMute,
required this.joinTime,
this.invitorAccid});