sortedDirectivesAndDeclarations property Null safety
Return a list containing all of the directives and declarations in this compilation unit, sorted in lexical order.
Implementation
List<AstNode> get sortedDirectivesAndDeclarations;
Return a list containing all of the directives and declarations in this compilation unit, sorted in lexical order.
List<AstNode> get sortedDirectivesAndDeclarations;