DescribeSolutionVersionResponse constructor

DescribeSolutionVersionResponse({
  1. SolutionVersion? solutionVersion,
})

Implementation

DescribeSolutionVersionResponse({
  this.solutionVersion,
});