ParticipantList constructor

ParticipantList({
  1. ProfileDetails? profileDetails,
  2. String? messageId,
  3. String? time,
})

Initializes a new instance of the ParticipantList class.

Implementation

ParticipantList({
  this.profileDetails,
  this.messageId,
  this.time,
});