ParticipantListOthers constructor

const ParticipantListOthers({
  1. Key? key,
  2. required ParticipantListOthersOptions options,
})

Implementation

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