NotebookRuntime_RuntimeState.fromJson constructor

NotebookRuntime_RuntimeState.fromJson(
  1. String json
)

Implementation

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