removeSpaces property

String get removeSpaces

Remove all spaces

Implementation

String get removeSpaces => replaceAll(' ', '');