NotebookAction constructor

NotebookAction({
  1. String? contents,
  2. String? filePath,
  3. String? jobId,
})

Implementation

NotebookAction({this.contents, this.filePath, this.jobId});