NotificationConfig constructor

NotificationConfig({
  1. String? pubsubTopic,
  2. bool? sendForBulkImport,
})

Implementation

NotificationConfig({
  this.pubsubTopic,
  this.sendForBulkImport,
});