ParticipantLeftData constructor
const
ParticipantLeftData({})
Implementation
const ParticipantLeftData({
required this.participantId,
this.closedProducerIds = const [],
this.closedConsumerIds = const [],
});
const ParticipantLeftData({
required this.participantId,
this.closedProducerIds = const [],
this.closedConsumerIds = const [],
});