trimAll property

String trimAll

Implementation

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