toJson method

  1. @override
Object toJson()
override

Implementation

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