toPlainText method

  1. @override
String toPlainText()
override

Returns plain-text representation of this node.

Implementation

@override
String toPlainText() => children.map((child) => child.toPlainText()).join();