ConferenceSolution constructor
ConferenceSolution({
- String? iconUri,
- ConferenceSolutionKey? key,
- String? name,
Implementation
ConferenceSolution({
this.iconUri,
this.key,
this.name,
});