FileData constructor
FileData({})
Implementation
FileData({
this.hasFile = false,
this.fileName = "",
this.filePath = "",
this.fileMimeType = "",
this.path = "",
this.otherDevicePath = "",
});
FileData({
this.hasFile = false,
this.fileName = "",
this.filePath = "",
this.fileMimeType = "",
this.path = "",
this.otherDevicePath = "",
});