PolicyControllerPolicyContentSpec constructor

PolicyControllerPolicyContentSpec({
  1. Map<String, PolicyControllerBundleInstallSpec>? bundles,
  2. PolicyControllerTemplateLibraryConfig? templateLibrary,
})

Implementation

PolicyControllerPolicyContentSpec({
  this.bundles,
  this.templateLibrary,
});