ParticipantCountsUpdatedEvent constructor

const ParticipantCountsUpdatedEvent(
  1. {required ParticipantCounts counts}
)

Implementation

const factory ParticipantCountsUpdatedEvent(
        {required final ParticipantCounts counts}) =
    _$ParticipantCountsUpdatedEvent;