GoogleAppsScriptTypeFunction constructor

GoogleAppsScriptTypeFunction({
  1. String? name,
  2. List<String>? parameters,
})

Implementation

GoogleAppsScriptTypeFunction({this.name, this.parameters});