trimAll method

String trimAll()

Implementation

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