UpdateExperimentResponse constructor

UpdateExperimentResponse({
  1. String? experimentArn,
})

Implementation

UpdateExperimentResponse({
  this.experimentArn,
});