ConfigManagementHierarchyControllerDeploymentState.fromJson constructor

ConfigManagementHierarchyControllerDeploymentState.fromJson(
  1. Map json_
)

Implementation

ConfigManagementHierarchyControllerDeploymentState.fromJson(core.Map json_)
  : this(
      extension: json_['extension'] as core.String?,
      hnc: json_['hnc'] as core.String?,
    );