functions property Null safety

List<FuncRef>? functions
read / write

A list of the top-level functions in this library.

Implementation

List<FuncRef>? functions;