NotebookExecutionJob_DirectNotebookSource constructor
NotebookExecutionJob_DirectNotebookSource({
- Uint8List? content,
Implementation
NotebookExecutionJob_DirectNotebookSource({Uint8List? content})
: content = content ?? Uint8List(0),
super(fullyQualifiedName);