CesToolPythonFunction constructor
const
CesToolPythonFunction({
- TfArg<
String> ? name, - TfArg<
String> ? pythonCode, - CesToolPythonFunctionServiceDirectoryConfig? serviceDirectoryConfig,
Implementation
const CesToolPythonFunction({
this.name,
this.pythonCode,
this.serviceDirectoryConfig,
});