Hl7V2StoreMetric.fromJson constructor

Hl7V2StoreMetric.fromJson(
  1. Map json_
)

Implementation

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