Participants constructor
Participants({
- List<
GroupMetadata> ? groups, - List<
UserMetadata> ? users,
Implementation
Participants({
this.groups,
this.users,
});