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