Input constructor
      
      Input({ 
    
    
- String? key,
- PreprocessingConfig? preprocessingConfig,
- String? uri,
Implementation
Input({
  this.key,
  this.preprocessingConfig,
  this.uri,
});