children property

List<Node> get children

Implementation

List<Node> get children => List.unmodifiable(_children);