NotebookSoftwareConfig constructor

NotebookSoftwareConfig({
  1. ColabImage? colabImage,
  2. List<EnvVar> env = const [],
  3. PostStartupScriptConfig? postStartupScriptConfig,
})

Implementation

NotebookSoftwareConfig({
  this.colabImage,
  this.env = const [],
  this.postStartupScriptConfig,
}) : super(fullyQualifiedName);