Hl7V2Store constructor

Hl7V2Store({
  1. Map<String, String>? labels,
  2. String? name,
  3. List<Hl7V2NotificationConfig>? notificationConfigs,
  4. ParserConfig? parserConfig,
  5. bool? rejectDuplicateMessage,
})

Implementation

Hl7V2Store({
  this.labels,
  this.name,
  this.notificationConfigs,
  this.parserConfig,
  this.rejectDuplicateMessage,
});