ParticipantUpdatedEvent constructor

ParticipantUpdatedEvent(
  1. Participant participant,
  2. ParticipantUpdateReason reason
)

Implementation

ParticipantUpdatedEvent(this.participant, this.reason);