toPlainText method Null safety
override
Returns plain-text representation of this node.
Implementation
@override
String toPlainText() => children.map((child) => child.toPlainText()).join();
Returns plain-text representation of this node.
@override
String toPlainText() => children.map((child) => child.toPlainText()).join();