entryPoint property
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
@Deprecated(elementModelDeprecationMsg)
FunctionElement? get entryPoint;