NotebookExecutionJobView.fromJson constructor

NotebookExecutionJobView.fromJson(
  1. String json
)

Implementation

factory NotebookExecutionJobView.fromJson(String json) =>
    NotebookExecutionJobView(json);