trimSpaces property

String get trimSpaces

Implementation

String get trimSpaces => value.replaceAll(RegExp(r'\s+'), ' ');