ParticipantList constructor

const ParticipantList({
  1. Key? key,
  2. required ParticipantListOptions options,
})

Implementation

const ParticipantList({super.key, required this.options});