Event.participantCountsUpdated constructor Null safety

const Event.participantCountsUpdated(
  1. {required ParticipantCounts counts}
)

Emitted when the number of call participants changes.

Implementation

const factory Event.participantCountsUpdated({required ParticipantCounts counts}) = ParticipantCountsUpdatedEvent;