Hl7V2StoreMetric constructor

Hl7V2StoreMetric({
  1. String? count,
  2. String? messageType,
  3. String? structuredStorageSizeBytes,
})

Implementation

Hl7V2StoreMetric({
  this.count,
  this.messageType,
  this.structuredStorageSizeBytes,
});