entryPoint property
TopLevelFunctionElement?
get
entryPoint
The entry point for this library.
Returns null if this library doesn't have an entry point.
The entry point is defined to be a zero, one, or two argument top-level
function whose name is main.
Implementation
TopLevelFunctionElement? get entryPoint;