UpgradeNotebookRuntimeRequest constructor

UpgradeNotebookRuntimeRequest({
  1. required String name,
})

Implementation

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