NotebookEditInput constructor
NotebookEditInput({})
Implementation
NotebookEditInput({
required this.notebookPath,
required this.command,
required this.cellIndex,
this.content,
this.cellType,
this.targetIndex,
});