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