NIMTeamMember constructor
- required String teamId,
- required NIMTeamType teamType,
- required String accountId,
- required NIMTeamMemberRole memberRole,
- String? teamNick,
- String? serverExtension,
- required int joinTime,
- int? updateTime,
- required bool inTeam,
- bool? chatBanned,
- String? invitorAccountId,
- List<
String> ? followAccountIds,
构造函数
Implementation
NIMTeamMember({
required this.teamId,
required this.teamType,
required this.accountId,
required this.memberRole,
this.teamNick,
this.serverExtension,
required this.joinTime,
this.updateTime,
required this.inTeam,
this.chatBanned,
this.invitorAccountId,
this.followAccountIds,
});