CustomMetric constructor

CustomMetric({
  1. String? name,
  2. double? value,
})

Implementation

CustomMetric({
  this.name,
  this.value,
});