toJson method

  1. @override
Object toJson()
override

Implementation

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