Map<String, dynamic> toMap() { return <String, dynamic>{ 'downloadUrl': downloadUrl, 'fileName': fileName, 'customSavePath': customSavePath, }; }