NotebookInstanceLifecycleHook constructor

NotebookInstanceLifecycleHook({
  1. String? content,
})

Implementation

NotebookInstanceLifecycleHook({
  this.content,
});