toPlainText method
Returns plain text representation of this document.
Implementation
String toPlainText() => _delta.toList().map((op) => op.data).join();
Returns plain text representation of this document.
String toPlainText() => _delta.toList().map((op) => op.data).join();