functions property
List<FunctionElement>
get
functions
Return a list containing all of the top-level functions contained in this compilation unit.
Implementation
List<FunctionElement> get functions;
Return a list containing all of the top-level functions contained in this compilation unit.
List<FunctionElement> get functions;