HPOObjective constructor

HPOObjective({
  1. String? metricName,
  2. String? metricRegex,
  3. String? type,
})

Implementation

HPOObjective({
  this.metricName,
  this.metricRegex,
  this.type,
});