Participant constructor

Participant([
  1. void b(
    1. ParticipantBuilder
    )?
])

Implementation

factory Participant([void Function(ParticipantBuilder)? b]) = _$Participant;