toPlainText method

String toPlainText()

Returns plain text representation of this document.

Implementation

String toPlainText() => _delta.toList().map((op) => op.data).join();