PythonPackageSpec constructor
PythonPackageSpec({})
Implementation
PythonPackageSpec({
required this.executorImageUri,
required this.packageUris,
required this.pythonModule,
this.args = const [],
this.env = const [],
}) : super(fullyQualifiedName);