topLevelVariables property
List<TopLevelVariableElement2>
get
topLevelVariables
The top level variables defined in this library.
There is no guarantee of the order in which the top level variables will be returned. In particular, they are not guaranteed to be in lexical order.
Implementation
List<TopLevelVariableElement2> get topLevelVariables;