clean property
String?
get
clean
Removes all whitespace characters and collapses the string into a single line.
Implementation
String? get clean => toOneLine?.removeWhiteSpaces;
Removes all whitespace characters and collapses the string into a single line.
String? get clean => toOneLine?.removeWhiteSpaces;