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