FhirStoreMetric.fromJson constructor

FhirStoreMetric.fromJson(
  1. Map json_
)

Implementation

FhirStoreMetric.fromJson(core.Map json_)
    : this(
        count: json_['count'] as core.String?,
        resourceType: json_['resourceType'] as core.String?,
        structuredStorageSizeBytes:
            json_['structuredStorageSizeBytes'] as core.String?,
      );