ResourceRuntime constructor

ResourceRuntime({
  1. Map<String, String> accessUris = const {},
  2. String notebookRuntimeTemplate = '',
})

Implementation

ResourceRuntime({
  this.accessUris = const {},
  this.notebookRuntimeTemplate = '',
}) : super(fullyQualifiedName);