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