ConferenceSolutionKey constructor

ConferenceSolutionKey({
  1. String? type,
})

Implementation

ConferenceSolutionKey({
  this.type,
});