DescribeSolutionResponse constructor

DescribeSolutionResponse({
  1. Solution? solution,
})

Implementation

DescribeSolutionResponse({
  this.solution,
});