clean property

String? get clean

Removes all whitespace characters and collapses the string into a single line.

Implementation

String? get clean => toOneLine?.removeWhiteSpaces;