removeWhitespace property

String get removeWhitespace

Implementation

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