MessageDeliveredStatus constructor
MessageDeliveredStatus({
- String? deliveredCount,
- int? totalParticipatCount,
- required List<
DeliveredParticipantList> participantList,
Implementation
MessageDeliveredStatus({
this.deliveredCount,
this.totalParticipatCount,
required this.participantList,
});