BackendServiceCustomMetric constructor

BackendServiceCustomMetric({
  1. bool? dryRun,
  2. String? name,
})

Implementation

BackendServiceCustomMetric({
  this.dryRun,
  this.name,
});