Input constructor

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

Implementation

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