removeAllWhiteSpace property
String
get
removeAllWhiteSpace
Implementation
String get removeAllWhiteSpace => replaceAll(RegExp(r'\s+'), '');
String get removeAllWhiteSpace => replaceAll(RegExp(r'\s+'), '');