NotebookAction constructor

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

Implementation

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