Map<String, dynamic> toJson() { return <String, dynamic>{ 'sourceUri': sourceUri, 'filePath': filePath, 'cachedAt': cachedAt.toIso8601String(), 'contentType': contentType, }; }