toJson method
Implementation
@override
Object toJson() => {
'parent': parent,
if (notebookRuntimeTemplate != null)
'notebookRuntimeTemplate': notebookRuntimeTemplate!.toJson(),
if (notebookRuntimeTemplateId.isNotDefault)
'notebookRuntimeTemplateId': notebookRuntimeTemplateId,
};