all property
List<DeclarationInfo>
get
all
Get all declarations as a single list.
Implementation
List<DeclarationInfo> get all => [
...functions,
...classes,
...variables,
...enums,
...extensions,
];