NIMTeamJoinActionInfoResult constructor
- List<
NIMTeamJoinActionInfo> ? infos, - required int offset,
- required bool finished,
Implementation
NIMTeamJoinActionInfoResult({
this.infos,
required this.offset,
required this.finished,
});
NIMTeamJoinActionInfoResult({
this.infos,
required this.offset,
required this.finished,
});