BackendCustomMetric constructor

BackendCustomMetric({
  1. bool? dryRun,
  2. double? maxUtilization,
  3. String? name,
})

Implementation

BackendCustomMetric({
  this.dryRun,
  this.maxUtilization,
  this.name,
});