PolicyControllerState constructor
PolicyControllerState({
- Map<
String, PolicyControllerOnClusterState> ? componentStates, - PolicyControllerPolicyContentState? policyContentState,
- String? state,
Implementation
PolicyControllerState({
this.componentStates,
this.policyContentState,
this.state,
});