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