StartNotebookRuntimeResponse.fromJson constructor

StartNotebookRuntimeResponse.fromJson(
  1. Map<String, dynamic> json
)

Implementation

factory StartNotebookRuntimeResponse.fromJson(Map<String, dynamic> json) {
  return StartNotebookRuntimeResponse();
}