VideoChatParticipantsInvited constructor

const VideoChatParticipantsInvited({
  1. required List<User> users,
})

Constructs a VideoChatParticipantsInvited object

Implementation

const VideoChatParticipantsInvited({
  required this.users,
});