Hl7V2StoreMetrics constructor

Hl7V2StoreMetrics({
  1. List<Hl7V2StoreMetric>? metrics,
  2. String? name,
})

Implementation

Hl7V2StoreMetrics({
  this.metrics,
  this.name,
});