CounterMetadata constructor

CounterMetadata({
  1. String? description,
  2. String? kind,
  3. String? otherUnits,
  4. String? standardUnits,
})

Implementation

CounterMetadata({
  this.description,
  this.kind,
  this.otherUnits,
  this.standardUnits,
});