toJson method

  1. @override
Object toJson()
override

Implementation

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