toJson method
Implementation
@override
Object toJson() => {
'parent': parent,
'notebookRuntimeTemplate': notebookRuntimeTemplate,
if (notebookRuntime case final notebookRuntime?)
'notebookRuntime': notebookRuntime.toJson(),
if (notebookRuntimeId.isNotDefault) 'notebookRuntimeId': notebookRuntimeId,
};