FileInput constructor

FileInput({
  1. FetchSettings? fetchSettings,
  2. String? fileInputType,
  3. String? fileName,
})

Implementation

FileInput({this.fetchSettings, this.fileInputType, this.fileName});