ExportConfig constructor
      
      ExportConfig({ 
    
    
- String? currentState,
- String? deadLetterTopic,
- String? desiredState,
- PubSubConfig? pubsubConfig,
Implementation
ExportConfig({
  this.currentState,
  this.deadLetterTopic,
  this.desiredState,
  this.pubsubConfig,
});