Participant constructor

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

Creates a new Participant object using the builder pattern.

Implementation

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