childNodes property

  1. @override
Iterable<AstNode> childNodes
final

All direct children of this node.

Implementation

@override
final Iterable<AstNode> childNodes = const [];