ParticipantList constructor
ParticipantList({
- ProfileDetails? profileDetails,
- String? messageId,
- String? time,
Initializes a new instance of the ParticipantList class.
Implementation
ParticipantList({
this.profileDetails,
this.messageId,
this.time,
});