isEntryPoint property
bool
get
isEntryPoint
Whether the function is an entry point.
A top-level function is an entry point if it has the name main
.
Implementation
bool get isEntryPoint;
Whether the function is an entry point.
A top-level function is an entry point if it has the name main
.
bool get isEntryPoint;