toJson method
Implementation
@override
Object toJson() => {
if (notebookRuntimeTemplate case final notebookRuntimeTemplate?)
'notebookRuntimeTemplate': notebookRuntimeTemplate.toJson(),
if (updateMask case final updateMask?) 'updateMask': updateMask.toJson(),
};