entryPoint property
FunctionElement?
get
entryPoint
The entry point for this library, or null
if this library does
not have an entry point.
The entry point is defined to be a zero argument top-level function
whose name is main
.
Implementation
FunctionElement? get entryPoint;