PolicyControllerPolicyContentState constructor

PolicyControllerPolicyContentState({
  1. Map<String, PolicyControllerOnClusterState>? bundleStates,
  2. PolicyControllerOnClusterState? referentialSyncConfigState,
  3. PolicyControllerOnClusterState? templateLibraryState,
})

Implementation

PolicyControllerPolicyContentState({
  this.bundleStates,
  this.referentialSyncConfigState,
  this.templateLibraryState,
});