removeSpaces method

String removeSpaces()

Implementation

String removeSpaces() => this?.replaceAll(' ', '') ?? '';