Map<String, dynamic> toJson() { return { 'fileName': fileName, 'filePath': filePath, 'uniqueId': uniqueId, 'imageUploadFolder': imageUploadFolder }; }