PythonFunction constructor
PythonFunction({
- String? description,
- String? name,
- String? pythonCode,
- ServiceDirectoryConfig? serviceDirectoryConfig,
Implementation
PythonFunction({
this.description,
this.name,
this.pythonCode,
this.serviceDirectoryConfig,
});