menu
swiss_army_component package
documentation
utils/validators/validator.dart
InputSanitizer
removeWhitespace property
removeWhitespace property
dark_mode
light_mode
removeWhitespace
property
String
get
removeWhitespace
Implementation
String get removeWhitespace => replaceAll(RegExp(r'\s'), '');
swiss_army_component package
documentation
utils/validators/validator
InputSanitizer
removeWhitespace property
InputSanitizer extension on
String