normalized property

String get normalized

Implementation

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