removeAllWhiteSpace property

String get removeAllWhiteSpace

Implementation

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