StopNotebookRuntimeRequest constructor

StopNotebookRuntimeRequest({
  1. required String name,
})

Implementation

StopNotebookRuntimeRequest({required this.name}) : super(fullyQualifiedName);