sortedDirectivesAndDeclarations property

List<AstNode> sortedDirectivesAndDeclarations

Return a list containing all of the directives and declarations in this compilation unit, sorted in lexical order.

Implementation

List<AstNode> get sortedDirectivesAndDeclarations;