ExportConfig constructor

ExportConfig({
  1. String? currentState,
  2. String? deadLetterTopic,
  3. String? desiredState,
  4. PubSubConfig? pubsubConfig,
})

Implementation

ExportConfig({
  this.currentState,
  this.deadLetterTopic,
  this.desiredState,
  this.pubsubConfig,
});