toPlainText method

String toPlainText()

Implementation

String toPlainText() {
  return _lines.map((l) => l.plainText).join('\n');
}