removeWhitespace property

String get removeWhitespace

Removes all whitespace

Implementation

String get removeWhitespace => replaceAll(RegExp(r'\s+'), '');