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