GoogleAppsScriptTypeAddOnEntryPoint constructor

GoogleAppsScriptTypeAddOnEntryPoint({
  1. String? addOnType,
  2. String? description,
  3. String? helpUrl,
  4. String? postInstallTipUrl,
  5. String? reportIssueUrl,
  6. String? title,
})

Implementation

GoogleAppsScriptTypeAddOnEntryPoint({
  this.addOnType,
  this.description,
  this.helpUrl,
  this.postInstallTipUrl,
  this.reportIssueUrl,
  this.title,
});