@override Map<String, dynamic> toJson() => <String, dynamic>{ 'id': id, 'url': url, 'title': title, 'description': description, 'thumbnail': thumbnail?.toJson(), '@type': constructor, };