PythonMethodException.fromJson constructor

PythonMethodException.fromJson(
  1. String source
)

Implementation

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