removeWhitespace property
String
get
removeWhitespace
Remove all whitespace
Implementation
String get removeWhitespace => replaceAll(RegExp(r'\s+'), '');
Remove all whitespace
String get removeWhitespace => replaceAll(RegExp(r'\s+'), '');