menu
python_channel package
documentation
python_channel.dart
PythonMethodException
PythonMethodException.new constructor
PythonMethodException.new constructor
dark_mode
light_mode
PythonMethodException
constructor
PythonMethodException
(
{
required
int
code
,
required
String
message
,
required
String
details
,
})
Implementation
PythonMethodException({ required this.code, required this.message, required this.details, });
python_channel package
documentation
python_channel
PythonMethodException
PythonMethodException.new constructor
PythonMethodException class