LocalParticipantsSection constructor

const LocalParticipantsSection(
  1. String eventID,
  2. String? signUpForm,
  3. {Key? key}
)

Implementation

const LocalParticipantsSection(
  this.eventID,
  this.signUpForm, {
  super.key,
});