Map<String, dynamic> toJson() { return { 'id': id, 'isFromCache': isFromCache, 'assetPath': assetPath, }; }