ConferenceSolution constructor

ConferenceSolution({
  1. String? iconUri,
  2. ConferenceSolutionKey? key,
  3. String? name,
})

Implementation

ConferenceSolution({
  this.iconUri,
  this.key,
  this.name,
});