ParticipantUpdatedEvent constructor Null safety

const ParticipantUpdatedEvent(
  1. {required Participant participant}
)

Implementation

const factory ParticipantUpdatedEvent(
    {required final Participant participant}) = _$ParticipantUpdatedEvent;