textToSingleLine property

String textToSingleLine

Implementation

String get textToSingleLine => text!.replaceAll("\n", "").replaceAll(" ", "");