FhirStoreMetrics constructor

FhirStoreMetrics({
  1. List<FhirStoreMetric>? metrics,
  2. String? name,
})

Implementation

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