GoogleAppsScriptTypeWebAppEntryPoint constructor

GoogleAppsScriptTypeWebAppEntryPoint({
  1. GoogleAppsScriptTypeWebAppConfig? entryPointConfig,
  2. String? url,
})

Implementation

GoogleAppsScriptTypeWebAppEntryPoint({
  this.entryPointConfig,
  this.url,
});