FileInput constructor
FileInput({
- FetchSettings? fetchSettings,
- String? fileInputType,
- String? fileName,
Implementation
FileInput({this.fetchSettings, this.fileInputType, this.fileName});