MessageStatusDetail constructor
MessageStatusDetail({
- String? count,
- int? totalParticipantCount,
- required List<
ParticipantList> participantList,
Creates a new MessageStatusDetail object.
Implementation
MessageStatusDetail({
this.count,
this.totalParticipantCount,
required this.participantList,
});