FhirStoreMetric constructor

FhirStoreMetric({
  1. String? count,
  2. String? resourceType,
  3. String? structuredStorageSizeBytes,
})

Implementation

FhirStoreMetric({
  this.count,
  this.resourceType,
  this.structuredStorageSizeBytes,
});