MessageStatusDetail constructor
MessageStatusDetail({
- String? count,
- int? totalParticipantCount,
- List<
ParticipantList> ? participantList,
Initializes a new instance of the MessageStatusDetail class.
Implementation
MessageStatusDetail({
this.count,
this.totalParticipantCount,
this.participantList,
});