DeliveredParticipantList constructor

DeliveredParticipantList({
  1. MemberProfileDetails? memberProfileDetails,
  2. String? messageId,
  3. Status? status,
  4. String? time,
  5. String? userJid,
})

Implementation

DeliveredParticipantList({
  this.memberProfileDetails,
  this.messageId,
  this.status,
  this.time,
  this.userJid,
});