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