removeAllWhitespace property

String removeAllWhitespace

Return this String with no blanks.

Implementation

String get removeAllWhitespace => GetUtils.removeAllWhitespace(this);