NotebookCell constructor
NotebookCell({})
Implementation
NotebookCell({
required this.cellType,
required this.source,
this.metadata,
this.outputs,
this.executionCount,
});
NotebookCell({
required this.cellType,
required this.source,
this.metadata,
this.outputs,
this.executionCount,
});