trimAll property

String get trimAll

Implementation

String get trimAll => replaceAll(" ", "");