FhirStoreMetrics constructor
FhirStoreMetrics({
- List<
FhirStoreMetric> ? metrics, - String? name,
Implementation
FhirStoreMetrics({this.metrics, this.name});
FhirStoreMetrics({this.metrics, this.name});