EntryPoint constructor
EntryPoint({
- GoogleAppsScriptTypeAddOnEntryPoint? addOn,
- String? entryPointType,
- GoogleAppsScriptTypeExecutionApiEntryPoint? executionApi,
- GoogleAppsScriptTypeWebAppEntryPoint? webApp,
Implementation
EntryPoint({this.addOn, this.entryPointType, this.executionApi, this.webApp});