CesToolPythonFunction constructor

const CesToolPythonFunction({
  1. TfArg<String>? name,
  2. TfArg<String>? pythonCode,
  3. CesToolPythonFunctionServiceDirectoryConfig? serviceDirectoryConfig,
})

Implementation

const CesToolPythonFunction({
  this.name,
  this.pythonCode,
  this.serviceDirectoryConfig,
});