Participants constructor

Participants({
  1. List<GroupMetadata>? groups,
  2. List<UserMetadata>? users,
})

Implementation

Participants({
  this.groups,
  this.users,
});