PythonMethodException.fromJson constructor
PythonMethodException.fromJson(
- String source
Implementation
factory PythonMethodException.fromJson(String source) =>
PythonMethodException.fromMap(json.decode(source));