removeAllNewLines property

String get removeAllNewLines

Implementation

String get removeAllNewLines => replaceAll('\n', '');