children property

List<RichNode> children
final

Child nodes, e.g. a paragraph's inline content or a bulletList's items. Empty for a leaf (text, horizontalRule, image).

Implementation

final List<RichNode> children;