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