removeAllWhitespace property

String removeAllWhitespace

remove all whitespace from the String

Implementation

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