Hl7V2StoreMetric.fromJson constructor
Hl7V2StoreMetric.fromJson(
- 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?,
);