toPlainText method
Returns plain text representation of this document.
Implementation
String toPlainText() => _root.children.map((e) => e.toPlainText()).join();
Returns plain text representation of this document.
String toPlainText() => _root.children.map((e) => e.toPlainText()).join();