removeAllWhitespace property
String
get
removeAllWhitespace
Remove all whitespace inside string
Implementation
String get removeAllWhitespace => replaceAll(' ', '');
Remove all whitespace inside string
String get removeAllWhitespace => replaceAll(' ', '');