textToTranslate property
String
get
textToTranslate
Text sent to the translation service.
Implementation
String get textToTranslate => isMention ? '' : text.trim();
Text sent to the translation service.
String get textToTranslate => isMention ? '' : text.trim();