Hl7V2NotificationConfig constructor

Hl7V2NotificationConfig({
  1. String? filter,
  2. String? pubsubTopic,
})

Implementation

Hl7V2NotificationConfig({
  this.filter,
  this.pubsubTopic,
});