Hl7V2Store constructor
Hl7V2Store({
- Map<
String, String> ? labels, - String? name,
- List<
Hl7V2NotificationConfig> ? notificationConfigs, - ParserConfig? parserConfig,
- bool? rejectDuplicateMessage,
Implementation
Hl7V2Store({
this.labels,
this.name,
this.notificationConfigs,
this.parserConfig,
this.rejectDuplicateMessage,
});