removeWhitespace property

String get removeWhitespace

Remove all whitespace

Implementation

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