@override Object toJson() => { if (text.isNotDefault) 'text': text, if (languageCode.isNotDefault) 'languageCode': languageCode, };