PythonFunction constructor

PythonFunction({
  1. String? description,
  2. String? name,
  3. String? pythonCode,
  4. ServiceDirectoryConfig? serviceDirectoryConfig,
})

Implementation

PythonFunction({
  this.description,
  this.name,
  this.pythonCode,
  this.serviceDirectoryConfig,
});