StartNotebookRuntimeRequest constructor
StartNotebookRuntimeRequest({
- required String name,
Implementation
StartNotebookRuntimeRequest({required this.name}) : super(fullyQualifiedName);
StartNotebookRuntimeRequest({required this.name}) : super(fullyQualifiedName);