ConnectorTool constructor
ConnectorTool({
- Action? action,
- EndUserAuthConfig? authConfig,
- String? connection,
- String? description,
- String? name,
Implementation
ConnectorTool({
this.action,
this.authConfig,
this.connection,
this.description,
this.name,
});