menu
commoncode package
documentation
commoncode.dart
removeSpaces function
removeSpaces function
dark_mode
light_mode
removeSpaces
function
String
removeSpaces
(
String
value
)
Implementation
String removeSpaces(String value) => value.toLowerCase().replaceAll(' ', '');
commoncode package
documentation
commoncode
removeSpaces function
commoncode library