children property

List<CascadeNode<T>> children
final

A list of child nodes representing the next level in the hierarchy.

Defaults to an empty list if not provided.

Implementation

final List<CascadeNode<T>> children;