children property

  1. @override
Iterable<ASTNode> children
override

The children nodes of this node.

Implementation

@override
Iterable<ASTNode> get children =>
    [...?generics, ...?annotations, if (superType != null) superType!];