requiredEntryPoint property

  1. @Deprecated('Use SidekickContext.entryPoint')
File requiredEntryPoint

The location of the entrypoint

Throws when not executed with entryPoint

Implementation

@Deprecated('Use SidekickContext.entryPoint')
static File get requiredEntryPoint => SidekickContext.entryPoint;