FileElem constructor

FileElem({
  1. String? filePath,
  2. String? uuid,
  3. String? sourceUrl,
  4. String? fileName,
  5. int? fileSize,
})

Implementation

FileElem({this.filePath, this.uuid, this.sourceUrl, this.fileName, this.fileSize});