ParticipantList constructor
const
ParticipantList({
- Key? key,
- required ParticipantListOptions options,
Implementation
const ParticipantList({super.key, required this.options});