entryPoint2 property
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
@Deprecated('Use entryPoint instead')
TopLevelFunctionElement? get entryPoint2;