removeAllWhitespace property
String
get
removeAllWhitespace
remove all whitespace from the String
Implementation
String get removeAllWhitespace => GetUtils.removeAllWhitespace(this);
remove all whitespace from the String
String get removeAllWhitespace => GetUtils.removeAllWhitespace(this);