DeliveredParticipantList constructor
DeliveredParticipantList({
- MemberProfileDetails? memberProfileDetails,
- String? messageId,
- Status? status,
- String? time,
- String? userJid,
Implementation
DeliveredParticipantList({
this.memberProfileDetails,
this.messageId,
this.status,
this.time,
this.userJid,
});