ConfigManagementHierarchyControllerDeploymentState constructor

ConfigManagementHierarchyControllerDeploymentState({
  1. String? extension,
  2. String? hnc,
})

Implementation

ConfigManagementHierarchyControllerDeploymentState({
  this.extension,
  this.hnc,
});