AutoMLResult constructor

AutoMLResult({
  1. String? bestRecipeArn,
})

Implementation

AutoMLResult({
  this.bestRecipeArn,
});