PythonOptions constructor

PythonOptions({
  1. String? entryPoint,
  2. List<String>? packages,
})

Implementation

PythonOptions({this.entryPoint, this.packages});