ConnectorTool constructor

ConnectorTool({
  1. Action? action,
  2. EndUserAuthConfig? authConfig,
  3. String? connection,
  4. String? description,
  5. String? name,
})

Implementation

ConnectorTool({
  this.action,
  this.authConfig,
  this.connection,
  this.description,
  this.name,
});