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