@override Map<String, dynamic> toJson() => <String, dynamic>{ 'title': title, 'score': score, 'is_pinned': isPinned, '@type': constructor, };