Input constructor

Input({
  1. String? key,
  2. PreprocessingConfig? preprocessingConfig,
  3. String? uri,
})

Implementation

Input({
  this.key,
  this.preprocessingConfig,
  this.uri,
});