removeAllWhitespace property
String
get
removeAllWhitespace
Return this String with no blanks.
Implementation
String get removeAllWhitespace => GetUtils.removeAllWhitespace(this);
Return this String with no blanks.
String get removeAllWhitespace => GetUtils.removeAllWhitespace(this);