removeAllWhitespace property

String get removeAllWhitespace

Return this String with no blanks.

Implementation

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