removeAllWhitespace property

String get removeAllWhitespace

remove all whitespace from the String

Implementation

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