Metric constructor

Metric({
  1. String? expression,
  2. bool? invisible,
  3. String? name,
})

Implementation

Metric({
  this.expression,
  this.invisible,
  this.name,
});