removeAllWhitespace property

String get removeAllWhitespace

Remove all whitespace inside string

Implementation

String get removeAllWhitespace => replaceAll(' ', '');