Removes all whitespaces from the string.
String removeWhitespace() => replaceAll(RegExp(r'\\s+'), '');