StartNotebookRuntimeRequest constructor

StartNotebookRuntimeRequest({
  1. required String name,
})

Implementation

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