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