NotebookRuntime_RuntimeState.fromJson constructor

NotebookRuntime_RuntimeState.fromJson(
  1. Object? json
)

Implementation

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