Participant constructor
Participant([
- void b()?
Creates a new Participant object using the builder pattern.
Implementation
factory Participant([void Function(ParticipantBuilder)? b]) = _$Participant;
Creates a new Participant object using the builder pattern.
factory Participant([void Function(ParticipantBuilder)? b]) = _$Participant;