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