entryPoint2 property
TopLevelFunctionElement?
get
entryPoint2
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 entryPoint2;