SelectedFile constructor

SelectedFile(
  1. String srcPath,
  2. String fileName,
  3. int timStamp,
  4. Uint8List bytes,
)

Implementation

SelectedFile(this.srcPath, this.fileName, this.timStamp, this.bytes);