removeWhitespace property

String removeWhitespace

Removes all whitespace

Implementation

String get removeWhitespace => replaceAll(' ', '');