NotebookExecutionJobView.fromJson constructor

NotebookExecutionJobView.fromJson(
  1. Object? json
)

Implementation

factory NotebookExecutionJobView.fromJson(Object? json) =>
    NotebookExecutionJobView(json as String);