CreateSolutionResponse constructor

CreateSolutionResponse({
  1. String? solutionArn,
})

Implementation

CreateSolutionResponse({
  this.solutionArn,
});