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