isEntryPoint property
bool
get
isEntryPoint
Whether the function is an entry point, i.e. a top-level function and
has the name main
.
Implementation
bool get isEntryPoint;
Whether the function is an entry point, i.e. a top-level function and
has the name main
.
bool get isEntryPoint;