entryPoint2 property

  1. @Deprecated('Use entryPoint instead')
TopLevelFunctionElement? get entryPoint2

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;