PythonChannelRunError constructor

PythonChannelRunError({
  1. required String output,
})

Implementation

PythonChannelRunError({
  required this.output,
});