ConferenceProperties constructor

ConferenceProperties({
  1. List<String>? allowedConferenceSolutionTypes,
})

Implementation

ConferenceProperties({
  this.allowedConferenceSolutionTypes,
});