removeWhiteSpace method

String removeWhiteSpace()

Implementation

String removeWhiteSpace() => replaceAll(RegExp(r'[ \t]+'), '');