fixAutoLines method

String fixAutoLines()

插入空白符号防止被text自动换行

Implementation

String fixAutoLines() {
  return Characters(this).join('\u{200B}');
}