AppFile constructor

const AppFile({
  1. String fileKey = '',
  2. String? fileName,
  3. String? filePath,
  4. Uint8List? fileBytes,
  5. String? fileUrl,
  6. String? fileExtension,
  7. String? fileType,
  8. int? size,
  9. XFile? xFile,
})

Implementation

const AppFile({
  this.fileKey = '',
  this.fileName,
  this.filePath,
  this.fileBytes,
  this.fileUrl,
  this.fileExtension,
  this.fileType,
  this.size,
  this.xFile,
});