children property

Iterable<Node> get children

This node's direct children.

Implementation

Iterable<Node> get children => _egg?.nodes ?? const [];