textToTranslate property

String get textToTranslate

Text sent to the translation service.

Implementation

String get textToTranslate => isMention ? '' : text.trim();