$Metric constructor

$Metric({
  1. String? kind,
  2. String? name,
})

Implementation

$Metric({this.kind, this.name});